framepositionner: fix caps leak

This commit is contained in:
Tim-Philipp Müller 2014-10-26 20:31:26 +00:00
parent 0f809b481b
commit 0c5dfcf931

View file

@ -115,6 +115,7 @@ gst_frame_positionner_update_properties (GstFramePositionner * pos)
g_object_notify (G_OBJECT (pos), "width");
g_object_notify (G_OBJECT (pos), "height");
gst_caps_unref (caps);
}
static void