summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-05-12 18:43:41 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-05-12 18:43:41 +0000
commit4ab14e08490e05b913b9412d7280b73abf88e701 (patch)
treefe972ce5735eb82dfcb1508f4635aa804ba68f72 /ChangeLog
parent11ebf3a6aa525480eb0ec49a2d57fab7b631ba7f (diff)
downloadgst-plugins-bad-4ab14e08490e05b913b9412d7280b73abf88e701.tar.gz
gst-plugins-bad-4ab14e08490e05b913b9412d7280b73abf88e701.tar.bz2
gst-plugins-bad-4ab14e08490e05b913b9412d7280b73abf88e701.zip
gst/rtpmanager/gstrtpjitterbuffer.c: Avoid waiting for a negative (huge) duration when the last packet has a lower ti...
Original commit message from CVS: * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop): Avoid waiting for a negative (huge) duration when the last packet has a lower timestamp than the current packet.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 724a1f92..66d4c9d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-12 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/rtpmanager/gstrtpjitterbuffer.c:
+ (gst_rtp_jitter_buffer_loop):
+ Avoid waiting for a negative (huge) duration when the last packet has a
+ lower timestamp than the current packet.
+
2008-05-12 Peter Kjellerstedt <pkj@axis.com>
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):