interlace: fix ref leak
This commit is contained in:
parent
fcf511aa8f
commit
5ea1601dd9
@ -463,6 +463,8 @@ gst_interlace_getcaps (GstPad * pad)
|
|||||||
gst_caps_set_simple (icaps, "interlaced", G_TYPE_BOOLEAN,
|
gst_caps_set_simple (icaps, "interlaced", G_TYPE_BOOLEAN,
|
||||||
pad == interlace->srcpad ? TRUE : FALSE, NULL);
|
pad == interlace->srcpad ? TRUE : FALSE, NULL);
|
||||||
|
|
||||||
|
gst_object_unref (interlace);
|
||||||
|
|
||||||
return icaps;
|
return icaps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user