summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-09-28 11:17:35 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-09-28 11:17:35 +0000
commit859501af277062c7a6eab91fe68ed6ce93277815 (patch)
tree48ac067808a249dfaf7d29a98c177b1c3d1a9ddb /ChangeLog
parent3864c6112af0846a1e34d6897419dccb63e07fbd (diff)
downloadgst-plugins-bad-859501af277062c7a6eab91fe68ed6ce93277815.tar.gz
gst-plugins-bad-859501af277062c7a6eab91fe68ed6ce93277815.tar.bz2
gst-plugins-bad-859501af277062c7a6eab91fe68ed6ce93277815.zip
gst/rtpmanager/gstrtpjitterbuffer.c: Remove jitter correction code, it's now in the lower level object.
Original commit message from CVS: * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency), (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query): Remove jitter correction code, it's now in the lower level object. Use new -core method for doing a peer query. * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init), (calculate_skew), (rtp_jitter_buffer_insert): * gst/rtpmanager/rtpjitterbuffer.h: Move jitter correction to the lowlevel jitterbuffer. Increase the max window size. When filling the window, already start estimating the skew using a parabolic weighting factor so that we have a much better startup behaviour that gets more accurate with the more samples we have. Increase the default weighting factor for the steady state to get smoother timestamps.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 393266ea..322db3dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2007-09-28 Wim Taymans <wim.taymans@gmail.com>
+
+ * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
+ (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
+ Remove jitter correction code, it's now in the lower level object.
+ Use new -core method for doing a peer query.
+
+ * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
+ (calculate_skew), (rtp_jitter_buffer_insert):
+ * gst/rtpmanager/rtpjitterbuffer.h:
+ Move jitter correction to the lowlevel jitterbuffer.
+ Increase the max window size.
+ When filling the window, already start estimating the skew using a
+ parabolic weighting factor so that we have a much better startup
+ behaviour that gets more accurate with the more samples we have.
+ Increase the default weighting factor for the steady state to get
+ smoother timestamps.
+
2007-09-28 Sebastian Dröge <slomo@circular-chaos.org>
* ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),