summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-10-05 17:26:14 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-10-05 17:26:14 +0000
commitf4b32ca36d25de8a7c07dd9262fb7ab35b5bcccc (patch)
treea353460f18227968ecd9e7c3647adacad26559ba /ChangeLog
parent6e5d23b3d7ab28343a29ff4af7dc65d6a31e79ae (diff)
downloadgst-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a79b20a..c718c209 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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