summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-05-26 10:09:29 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-05-26 10:09:29 +0000
commit987a903d893d8e5408262717e14319dd56f81cce (patch)
tree84c33ea3bbc5c4d973698a7582d42515a231a488 /ChangeLog
parentff79f31297d201afe8e74c11f6e65fad26fbf12d (diff)
downloadgst-plugins-bad-987a903d893d8e5408262717e14319dd56f81cce.tar.gz
gst-plugins-bad-987a903d893d8e5408262717e14319dd56f81cce.tar.bz2
gst-plugins-bad-987a903d893d8e5408262717e14319dd56f81cce.zip
gst/rtpmanager/gstrtpjitterbuffer.c: When checking the seqnum, reset the jitterbuffer if the gap is too big, we need ...
Original commit message from CVS: * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop): When checking the seqnum, reset the jitterbuffer if the gap is too big, we need to do this so that we can better handle a restarted source. Fix some comments. * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew), (rtp_jitter_buffer_insert): Tweak the skew resync diff. Use our working seqnum compare function in -base. Rework the jitterbuffer insert code to make it clearer and more performant by only retrieving the seqnum of the input buffer once and by adding some G_LIKELY compiler hints. Improve debugging for duplicate packets. * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp): Fix a comment, we don't do skew correction here..
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c7365cd..b98c11cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
+ * gst/rtpmanager/gstrtpjitterbuffer.c:
+ (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
+ When checking the seqnum, reset the jitterbuffer if the gap is too big,
+ we need to do this so that we can better handle a restarted source.
+ Fix some comments.
+
+ * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
+ (rtp_jitter_buffer_insert):
+ Tweak the skew resync diff.
+ Use our working seqnum compare function in -base.
+ Rework the jitterbuffer insert code to make it clearer and more
+ performant by only retrieving the seqnum of the input buffer once and by
+ adding some G_LIKELY compiler hints.
+ Improve debugging for duplicate packets.
+
+ * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
+ Fix a comment, we don't do skew correction here..
+
+2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
+
Patch by: HÃ¥vard Graff <havard dot graff at tandberg dot com>
* gst/rtpmanager/gstrtpbin.c: