From eead7e23b70c5ebb1af4d52c2cd8bea1bc9db2aa Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 31 Oct 2006 10:52:31 +0000 Subject: gst/rtp/: Fix and activate ILBC pay and depayloaders. Fixes #368162. Original commit message from CVS: * gst/rtp/Makefile.am: * gst/rtp/gstrtp.c: (plugin_init): * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init), (gst_rtpilbcpay_setcaps): Fix and activate ILBC pay and depayloaders. Fixes #368162. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4122275c..1407da08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-10-31 Wim Taymans + + * gst/rtp/Makefile.am: + * gst/rtp/gstrtp.c: (plugin_init): + * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init), + (gst_rtpilbcpay_setcaps): + Fix and activate ILBC pay and depayloaders. Fixes #368162. + 2006-10-31 Wim Taymans * ext/speex/gstspeexdec.c: (speex_dec_convert), -- cgit