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:
parent
ec0926144f
commit
dd45e45e30
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user