summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-14 15:28:36 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-14 15:28:36 +0000
commit1e1c12e87ed1d4ec135330653c9390522d3e04dc (patch)
tree8eb1f01d31d0432aa128f19bf752df90e1d717c7 /ChangeLog
parent6eb0124ae65fcb49d1b999ce4b8d4d6faba0c05a (diff)
downloadgst-plugins-bad-1e1c12e87ed1d4ec135330653c9390522d3e04dc.tar.gz
gst-plugins-bad-1e1c12e87ed1d4ec135330653c9390522d3e04dc.tar.bz2
gst-plugins-bad-1e1c12e87ed1d4ec135330653c9390522d3e04dc.zip
gst/rtpmanager/async_jitter_queue.c: Fix leak when flushing.
Original commit message from CVS: * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_set_flushing_unlocked): Fix leak when flushing. * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init): * gst/rtpmanager/gstrtpbin.h: Add clear-pt-map signal. * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_flush_stop), (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop): Init clock-rate to -1 to mark unknow clock rate. Fix flushing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35adff20..d00c509b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2007-05-14 Wim Taymans <wim@fluendo.com>
+
+ * gst/rtpmanager/async_jitter_queue.c:
+ (async_jitter_queue_set_flushing_unlocked):
+ Fix leak when flushing.
+
+ * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
+ (gst_rtp_bin_class_init):
+ * gst/rtpmanager/gstrtpbin.h:
+ Add clear-pt-map signal.
+
+ * gst/rtpmanager/gstrtpjitterbuffer.c:
+ (gst_rtp_jitter_buffer_flush_stop),
+ (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
+ Init clock-rate to -1 to mark unknow clock rate.
+ Fix flushing.
+
2007-05-13 David Schleef <ds@schleef.org>
* gst/replaygain/rganalysis.c: