deinterlace: fix reference leak

This commit is contained in:
Tim-Philipp Müller 2010-11-14 00:18:16 +00:00
parent 89a24bd36f
commit baacc9952a

View file

@ -1376,6 +1376,8 @@ gst_deinterlace_getcaps (GstPad * pad)
GST_DEBUG_OBJECT (pad, "Returning caps %" GST_PTR_FORMAT, ret);
gst_object_unref (self);
return ret;
error: