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:
Wim Taymans 2007-08-22 15:32:04 +00:00
parent 3732708267
commit 05eba831bd
2 changed files with 6 additions and 2 deletions

View file

@ -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),

View file

@ -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);
}
}
}
}