interlace: fix ref leak

This commit is contained in:
Vincent Penquerc'h 2012-01-10 13:24:22 +00:00
parent fcf511aa8f
commit 5ea1601dd9

View file

@ -463,6 +463,8 @@ gst_interlace_getcaps (GstPad * pad)
gst_caps_set_simple (icaps, "interlaced", G_TYPE_BOOLEAN,
pad == interlace->srcpad ? TRUE : FALSE, NULL);
gst_object_unref (interlace);
return icaps;
}