summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTomasz Grobelny <tomasz@grobelny.oswiecenia.net>2008-07-07 10:16:07 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-07-07 10:16:07 +0000
commit5e2a462789be55a717238ca6f30902b1fc0432c6 (patch)
tree240a8b38cac96a38d7fb53add77f99e6f036ca04 /ChangeLog
parentcf3286dac701e58e9994f1a5e9f728cdb8ffe342 (diff)
gst/rtp/gstrtpspeexdepay.*: Take timestamp from the RTP packet as a first step to fix problems with transmission over...
Original commit message from CVS: Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net> * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init), (gst_rtp_speex_depay_process): * gst/rtp/gstrtpspeexdepay.h: Take timestamp from the RTP packet as a first step to fix problems with transmission over RTP when the network is not reliable. Fixes bug #541787.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 055422d4..c5e44f0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-07-07 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
+
+ * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
+ (gst_rtp_speex_depay_process):
+ * gst/rtp/gstrtpspeexdepay.h:
+ Take timestamp from the RTP packet as a first step to fix problems
+ with transmission over RTP when the network is not reliable.
+ Fixes bug #541787.
+
2008-07-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
Patch by: Tero Saarni <tero dot saarni at gmail dot com>