v4l2transform: fix pad closing

Signed-off-by: Jean-Michel Hautbois <jean-michel.hautbois@veo-labs.com>

https://bugzilla.gnome.org/show_bug.cgi?id=753875
This commit is contained in:
Jean-Michel Hautbois 2015-08-20 14:45:33 +02:00 committed by Nicolas Dufresne
parent ec0926144f
commit dd45e45e30

View file

@ -173,7 +173,7 @@ gst_v4l2_transform_close (GstV4l2Transform * self)
gst_v4l2_object_close (self->v4l2capture);
gst_caps_replace (&self->probed_srccaps, NULL);
gst_caps_replace (&self->probed_srccaps, NULL);
gst_caps_replace (&self->probed_sinkcaps, NULL);
}
static gboolean