From 34c221a52f3aec1726c8d390bee259c1381fa8a9 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 13 Nov 2007 06:23:51 +0000 Subject: gst/wavparse/gstwavparse.c: Ref the element when we should, but not when we its not needed. Reflow the event_handling... Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers), (gst_wavparse_pad_convert), (gst_wavparse_pad_query), (gst_wavparse_srcpad_event): Ref the element when we should, but not when we its not needed. Reflow the event_handling to not leak the event. --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 875891f9..193971df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-11-13 Stefan Kost + + * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers), + (gst_wavparse_pad_convert), (gst_wavparse_pad_query), + (gst_wavparse_srcpad_event): + Ref the element when we should, but not when we its not needed. Reflow + the event_handling to not leak the event. + 2007-11-12 Edward Hervey * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state), @@ -10,7 +18,7 @@ * gst/avi/gstavidemux.c: * gst/qtdemux/qtdemux.c: - Drop EOS in _handle_src_event(). Fix the refcount in qtdemux that + Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that previous commit messed up. 2007-11-12 Stefan Kost -- cgit