mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ gst_v4l2_transform_close (GstV4l2Transform * self)
|
||||||
gst_v4l2_object_close (self->v4l2capture);
|
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_srccaps, NULL);
|
gst_caps_replace (&self->probed_sinkcaps, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|
Loading…
Reference in a new issue