summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-08-21 17:18:29 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-08-21 17:18:29 +0000
commit2edfcea585ee1ef195ca2ebad81f546a506a2ba0 (patch)
treee6d438590b86a0d19e6750fb4676e76264b48f14 /ChangeLog
parent214410b343fba930f12cc6244006646b27788e29 (diff)
downloadgst-plugins-bad-2edfcea585ee1ef195ca2ebad81f546a506a2ba0.tar.gz
gst-plugins-bad-2edfcea585ee1ef195ca2ebad81f546a506a2ba0.tar.bz2
gst-plugins-bad-2edfcea585ee1ef195ca2ebad81f546a506a2ba0.zip
gst/rtpmanager/gstrtpjitterbuffer.c: When drop-on-latency is set but we have no latency configured, just push the buf...
Original commit message from CVS: * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_set_property): When drop-on-latency is set but we have no latency configured, just push the buffer as fast as possible. Fix typo in comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04ff10bf..d8c76fe7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-08-21 Wim Taymans <wim.taymans@gmail.com>
+ * gst/rtpmanager/gstrtpjitterbuffer.c:
+ (gst_rtp_jitter_buffer_chain),
+ (gst_rtp_jitter_buffer_set_property):
+ When drop-on-latency is set but we have no latency configured, just push
+ the buffer as fast as possible.
+ Fix typo in comment.
+
+2007-08-21 Wim Taymans <wim.taymans@gmail.com>
+
* gst/rtpmanager/rtpjitterbuffer.c:
(rtp_jitter_buffer_get_ts_diff):
* gst/rtpmanager/rtpjitterbuffer.h: