summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-09-26 14:44:49 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-09-26 14:44:49 +0000
commitb17599a297fcb5d15a7f871e4ef3230d12b9f024 (patch)
tree845ca5c65e78f9eb238a5034aeb0ef556e0d4c46 /ChangeLog
parentc77bfaacb42b785cd1ac1b5c9e4af8bfb9f1691a (diff)
gst/rtp/gstrtpamrdepay.c: Mark DISCONT on output buffers when the marker bit signals a new talk spurt.
Original commit message from CVS: * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_process): Mark DISCONT on output buffers when the marker bit signals a new talk spurt. * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer): Set the marker bit for buffers with a DISCONT flag to signal a talk spurt.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ec98141..03102233 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2008-09-26 Wim Taymans <wim.taymans@collabora.co.uk>
+ * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
+ (gst_rtp_amr_depay_process):
+ Mark DISCONT on output buffers when the marker bit signals a new talk
+ spurt.
+
+ * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
+ Set the marker bit for buffers with a DISCONT flag to signal a talk
+ spurt.
+
+2008-09-26 Wim Taymans <wim.taymans@collabora.co.uk>
+
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),