v4l2src: log details if we have them, needed for #575391

This commit is contained in:
Stefan Kost 2009-03-15 23:26:56 +02:00
parent 0c4f3d4afb
commit 1d16c9cc27

View file

@ -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;
}