mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
v4l2videodec: Print the flow return causing the loop to leave
https://bugzilla.gnome.org/show_bug.cgi?id=730207
This commit is contained in:
parent
f384047be3
commit
bff156bc57
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue