Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
6d5ffe8d
Commit
6d5ffe8d
authored
Mar 15, 2014
by
Nicolas Dufresne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v4l2transform: Stop stream before closing the devices.
parent
4f7ee5c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
sys/v4l2/gstv4l2transform.c
sys/v4l2/gstv4l2transform.c
+2
-0
No files found.
sys/v4l2/gstv4l2transform.c
View file @
6d5ffe8d
...
...
@@ -183,6 +183,8 @@ gst_v4l2_transform_stop (GstBaseTransform * trans)
GST_DEBUG_OBJECT
(
self
,
"Closing"
);
gst_v4l2_object_stop
(
self
->
v4l2output
);
gst_v4l2_object_stop
(
self
->
v4l2capture
);
gst_v4l2_object_close
(
self
->
v4l2output
);
gst_v4l2_object_close
(
self
->
v4l2capture
);
gst_caps_replace
(
&
self
->
probed_srccaps
,
NULL
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment