mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
v4l2src: log details if we have them, needed for #575391
This commit is contained in:
parent
0c4f3d4afb
commit
1d16c9cc27
1 changed files with 2 additions and 2 deletions
|
@ -1070,8 +1070,8 @@ gst_v4l2src_grab_frame (GstV4l2Src * v4l2src, GstBuffer ** buf)
|
|||
break;
|
||||
default:
|
||||
GST_WARNING_OBJECT (v4l2src,
|
||||
"Grabbing frame got interrupted on %s. No expected reason.",
|
||||
v4l2src->v4l2object->videodev);
|
||||
"Grabbing frame got interrupted on %s unexpectedly. %d: %s.",
|
||||
v4l2src->v4l2object->videodev, errno, g_strerror (errno));
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue