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
bff156bc
Commit
bff156bc
authored
May 15, 2014
by
Nicolas Dufresne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v4l2videodec: Print the flow return causing the loop to leave
https://bugzilla.gnome.org/show_bug.cgi?id=730207
parent
f384047b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
sys/v4l2/gstv4l2videodec.c
sys/v4l2/gstv4l2videodec.c
+2
-1
No files found.
sys/v4l2/gstv4l2videodec.c
View file @
bff156bc
...
...
@@ -420,7 +420,8 @@ gst_v4l2_video_dec_loop (GstVideoDecoder * decoder)
return
;
beach:
GST_DEBUG_OBJECT
(
decoder
,
"Leaving output thread"
);
GST_DEBUG_OBJECT
(
decoder
,
"Leaving output thread: %s"
,
gst_flow_get_name
(
ret
));
gst_buffer_replace
(
&
buffer
,
NULL
);
self
->
output_flow
=
ret
;
...
...
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