diff options
| author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-11-13 06:23:51 +0000 |
|---|---|---|
| committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-11-13 06:23:51 +0000 |
| commit | 34c221a52f3aec1726c8d390bee259c1381fa8a9 (patch) | |
| tree | 25177b61a5a56fc74d72d6718321ad73158a6fad /ChangeLog | |
| parent | 85ea09f1431d759eeeccc67877a3ae165272aa82 (diff) | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2007-11-13 Stefan Kost <ensonic@users.sf.net> + + * 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 <bilboed@bilboed.com> * 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 <ensonic@users.sf.net> |
