mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +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:
|
encode_failed:
|
||||||
{
|
{
|
||||||
GST_ELEMENT_ERROR (faac, LIBRARY, ENCODE, (NULL), (NULL));
|
GST_ELEMENT_ERROR (faac, LIBRARY, ENCODE, (NULL), (NULL));
|
||||||
gst_buffer_unref (outbuf);
|
|
||||||
return GST_FLOW_ERROR;
|
return GST_FLOW_ERROR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue