mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
ext/faad/gstfaad.c: Don't unref the buffer when it was clipped.
Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_chain): Don't unref the buffer when it was clipped.
This commit is contained in:
parent
3732708267
commit
05eba831bd
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-08-22 Wim Taymans <wim.taymans@gmail.com>
|
||||
|
||||
* ext/faad/gstfaad.c: (gst_faad_chain):
|
||||
Don't unref the buffer when it was clipped.
|
||||
|
||||
2007-08-22 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
|
||||
|
|
|
@ -1352,8 +1352,7 @@ gst_faad_chain (GstPad * pad, GstBuffer * buffer)
|
|||
ret = gst_pad_push (faad->srcpad, outbuf);
|
||||
if (ret != GST_FLOW_OK)
|
||||
goto out;
|
||||
} else
|
||||
gst_buffer_unref (outbuf);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue