summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-03-05 16:39:29 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-03-05 16:39:29 +0000
commitd3948d232348e4d22c923d61fbf2b855602cf1bb (patch)
treebe78555817efe972c20c9d6e912eb78acadcbdb1 /ChangeLog
parente7495dcfbb30efe770491d9ceb63d50a8a6bcf70 (diff)
gst/rtp/: Fix speex (de)payloader. Fixes #358040.
Original commit message from CVS: * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init), (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process): * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init), (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps), (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer), (gst_rtp_speex_pay_change_state): * gst/rtp/gstrtpspeexpay.h: Fix speex (de)payloader. Fixes #358040.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e3eab8d..2f65b29a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-03-05 Wim Taymans <wim@fluendo.com>
+
+ * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
+ (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
+ (gst_rtp_speex_depay_process):
+ * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
+ (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
+ (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
+ (gst_rtp_speex_pay_change_state):
+ * gst/rtp/gstrtpspeexpay.h:
+ Fix speex (de)payloader. Fixes #358040.
+
2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
* ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),