summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKai Vehmanen <kv2004@eca.cx>2006-07-26 16:36:59 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-07-26 16:36:59 +0000
commitca00f98eb521503e9e7094cdd37a553c493913ff (patch)
tree04a3297da0de19d372fa5e3a2b24b8c9f7f8b63f /ChangeLog
parent1adb9122d74ef67a6f8541b7032c2fdd8fbf48f5 (diff)
gst/rtp/: Fix timestamp calculation on outgoing RTP packets.
Original commit message from CVS: Patch by: Kai Vehmanen <kv2004 at eca dot cx> * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush), (gst_rtp_pcma_pay_handle_buffer): * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush), (gst_rtp_pcmu_pay_handle_buffer): Fix timestamp calculation on outgoing RTP packets. Fixes #348675.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e12e5a47..84249d52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-07-26 Wim Taymans <wim@fluendo.com>
+
+ Patch by: Kai Vehmanen <kv2004 at eca dot cx>
+
+ * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
+ (gst_rtp_pcma_pay_handle_buffer):
+ * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
+ (gst_rtp_pcmu_pay_handle_buffer):
+ Fix timestamp calculation on outgoing RTP packets.
+ Fixes #348675.
+
2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
* ext/taglib/gstid3v2mux.cc: