diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-10-05 17:26:14 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-10-05 17:26:14 +0000 |
commit | f4b32ca36d25de8a7c07dd9262fb7ab35b5bcccc (patch) | |
tree | a353460f18227968ecd9e7c3647adacad26559ba /ChangeLog | |
parent | 6e5d23b3d7ab28343a29ff4af7dc65d6a31e79ae (diff) | |
download | gst-plugins-bad-f4b32ca36d25de8a7c07dd9262fb7ab35b5bcccc.tar.gz gst-plugins-bad-f4b32ca36d25de8a7c07dd9262fb7ab35b5bcccc.tar.bz2 gst-plugins-bad-f4b32ca36d25de8a7c07dd9262fb7ab35b5bcccc.zip |
gst/rtpmanager/rtpsession.c: When reconsidering RTCP timeouts, set the next timeout against the last report time inst...
Original commit message from CVS:
* gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
When reconsidering RTCP timeouts, set the next timeout against the last
report time instead of the current clock time so that we don't end up
reconsidering forever.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-10-05 Wim Taymans <wim.taymans@gmail.com> + * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout), + When reconsidering RTCP timeouts, set the next timeout against the last + report time instead of the current clock time so that we don't end up + reconsidering forever. + +2007-10-05 Wim Taymans <wim.taymans@gmail.com> + * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop): Only peek at the tail element instead of popping it off, which allows |