mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
deinterlace: fix reference leak
This commit is contained in:
parent
89a24bd36f
commit
baacc9952a
1 changed files with 2 additions and 0 deletions
|
@ -1376,6 +1376,8 @@ gst_deinterlace_getcaps (GstPad * pad)
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (pad, "Returning caps %" GST_PTR_FORMAT, ret);
|
GST_DEBUG_OBJECT (pad, "Returning caps %" GST_PTR_FORMAT, ret);
|
||||||
|
|
||||||
|
gst_object_unref (self);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
|
|
Loading…
Reference in a new issue