mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
v4l2src: don't error in shutdown
Don't log with the ERROR category when we are stopping because we are shutting down. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=672824
This commit is contained in:
parent
cfe58e7156
commit
01838ff975
1 changed files with 2 additions and 1 deletions
|
@ -824,7 +824,8 @@ gst_v4l2src_fill (GstPushSrc * src, GstBuffer * buf)
|
|||
/* ERROR */
|
||||
error:
|
||||
{
|
||||
GST_ERROR_OBJECT (src, "error processing buffer");
|
||||
GST_DEBUG_OBJECT (src, "error processing buffer %d (%s)", ret,
|
||||
gst_flow_get_name (ret));
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue