summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-09-28 14:51:58 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-09-28 14:51:58 +0000
commit3668cfd91e87b70b41c3bad832d8486f55b9cd77 (patch)
tree4074335cbff851bf9e746f12a786f1e0ae3c0416 /ChangeLog
parent859501af277062c7a6eab91fe68ed6ce93277815 (diff)
downloadgst-plugins-bad-3668cfd91e87b70b41c3bad832d8486f55b9cd77.tar.gz
gst-plugins-bad-3668cfd91e87b70b41c3bad832d8486f55b9cd77.tar.bz2
gst-plugins-bad-3668cfd91e87b70b41c3bad832d8486f55b9cd77.zip
gst/rtpmanager/gstrtpbin.c: Fix crasher in dispose.
Original commit message from CVS: * gst/rtpmanager/gstrtpbin.c: (free_client): Fix crasher in dispose. * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew): Handle cases where input buffers have no timestamps so that no clock skew can be calculated, in this case interpollate timestamps based on rtp timestamp and assume a 0 clock skew.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 322db3dc..75b0b2a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2007-09-28 Wim Taymans <wim.taymans@gmail.com>
+ * gst/rtpmanager/gstrtpbin.c: (free_client):
+ Fix crasher in dispose.
+
+ * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
+ Handle cases where input buffers have no timestamps so that no clock
+ skew can be calculated, in this case interpollate timestamps based on
+ rtp timestamp and assume a 0 clock skew.
+
+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.