diff --git a/sys/v4l2/gstv4l2.c b/sys/v4l2/gstv4l2.c index ab5699430c..e6a10e85a1 100644 --- a/sys/v4l2/gstv4l2.c +++ b/sys/v4l2/gstv4l2.c @@ -127,6 +127,8 @@ gst_v4l2_probe_and_register (GstPlugin * plugin) struct v4l2_capability vcap; guint32 device_caps; + GST_DEBUG ("Probing devices"); + it = gst_v4l2_iterator_new (); while (gst_v4l2_iterator_next (it)) {