summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-10-02 10:27:45 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-10-02 10:27:45 +0000
commit405ec072108fb8a5741087bfefddf63afe6ee5c4 (patch)
treec46893f0a5fd2b766fffe20959fd2547f94c23c9 /ChangeLog
parentc8daf7eecbcdb1db2aef5e3d6438a82a3aa16175 (diff)
downloadgst-plugins-bad-405ec072108fb8a5741087bfefddf63afe6ee5c4.tar.gz
gst-plugins-bad-405ec072108fb8a5741087bfefddf63afe6ee5c4.tar.bz2
gst-plugins-bad-405ec072108fb8a5741087bfefddf63afe6ee5c4.zip
gst/rtpmanager/gstrtpjitterbuffer.c: Remove some old unused variables.
Original commit message from CVS: * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_flush_start), (gst_rtp_jitter_buffer_flush_stop), (gst_rtp_jitter_buffer_change_state), (apply_offset), (gst_rtp_jitter_buffer_loop): Remove some old unused variables. Don't add the latency to the skew corrected timestamp, latency is only used to sync against the clock. Improve debugging. * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init), (rtp_jitter_buffer_reset_skew), (calculate_skew): * gst/rtpmanager/rtpjitterbuffer.h: Handle case where server timestamp goes backwards or wildly jumps by temporarily pausing the skew correction. Improve debugging.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c63d56ac..09385aef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
2007-10-02 Wim Taymans <wim.taymans@gmail.com>
+ * gst/rtpmanager/gstrtpjitterbuffer.c:
+ (gst_rtp_jitter_buffer_flush_start),
+ (gst_rtp_jitter_buffer_flush_stop),
+ (gst_rtp_jitter_buffer_change_state), (apply_offset),
+ (gst_rtp_jitter_buffer_loop):
+ Remove some old unused variables.
+ Don't add the latency to the skew corrected timestamp, latency is only
+ used to sync against the clock.
+ Improve debugging.
+
+ * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
+ (rtp_jitter_buffer_reset_skew), (calculate_skew):
+ * gst/rtpmanager/rtpjitterbuffer.h:
+ Handle case where server timestamp goes backwards or wildly jumps by
+ temporarily pausing the skew correction.
+ Improve debugging.
+
+2007-10-02 Wim Taymans <wim.taymans@gmail.com>
+
* gst/sdp/Makefile.am:
Forgot to commit makefile.