mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
faac: remove extraneous buffer unref
This commit is contained in:
parent
861e06cab8
commit
a887fc157e
1 changed files with 0 additions and 1 deletions
|
@ -764,7 +764,6 @@ gst_faac_push_buffers (GstFaac * faac, gboolean force)
|
|||
encode_failed:
|
||||
{
|
||||
GST_ELEMENT_ERROR (faac, LIBRARY, ENCODE, (NULL), (NULL));
|
||||
gst_buffer_unref (outbuf);
|
||||
return GST_FLOW_ERROR;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue