summaryrefslogtreecommitdiff
path: root/ext/faac/gstfaac.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/faac/gstfaac.c')
-rw-r--r--ext/faac/gstfaac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/faac/gstfaac.c b/ext/faac/gstfaac.c
index d26da1043..f3086036f 100644
--- a/ext/faac/gstfaac.c
+++ b/ext/faac/gstfaac.c
@@ -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;
}
}