diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-05-12 18:43:41 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-05-12 18:43:41 +0000 |
commit | 4ab14e08490e05b913b9412d7280b73abf88e701 (patch) | |
tree | fe972ce5735eb82dfcb1508f4635aa804ba68f72 /ChangeLog | |
parent | 11ebf3a6aa525480eb0ec49a2d57fab7b631ba7f (diff) | |
download | gst-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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): |