gst/rtpmanager/rtpjitterbuffer.*: Keep track of the last outgoing timestamp and of...
authorArnout Vandecappelle <arnout@mind.be>
Tue, 23 Dec 2008 11:39:59 +0000 (11:39 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 11 Aug 2009 01:30:40 +0000 (02:30 +0100)
commit2142edd3991bd9f41e4082588fa9a6f351e6b68a
tree57dd80073c18e1d93ece0966678f800a984e0225
parent5b6700a022aea3317a6792fa1ae400fa05eccece
gst/rtpmanager/rtpjitterbuffer.*: Keep track of the last outgoing timestamp and of the last sender-side time.  Timest...

Original commit message from CVS:
Patch by: Arnout Vandecappelle <arnout at mind dot be>
* gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
(calculate_skew):
* gst/rtpmanager/rtpjitterbuffer.h:
Keep track of the last outgoing timestamp and of the last sender-side
time.  Timestamps can only go forward if they do at the sender
side, can only go back if they do at the sender side, and remain the
same if they remain the same at the sender side. Fixes #565319.
gst/rtpmanager/rtpjitterbuffer.c
gst/rtpmanager/rtpjitterbuffer.h