v4l2: Add a debug message indicating probe operation

It's useful to see the v4l2 element running the probe
operation, to confirm it's turned on and working.
This commit is contained in:
Ezequiel Garcia 2018-09-10 13:18:45 -03:00 committed by Nicolas Dufresne
parent 63535d9086
commit 09f9b37b0b

View file

@ -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)) {