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:
parent
63535d9086
commit
09f9b37b0b
@ -127,6 +127,8 @@ gst_v4l2_probe_and_register (GstPlugin * plugin)
|
|||||||
struct v4l2_capability vcap;
|
struct v4l2_capability vcap;
|
||||||
guint32 device_caps;
|
guint32 device_caps;
|
||||||
|
|
||||||
|
GST_DEBUG ("Probing devices");
|
||||||
|
|
||||||
it = gst_v4l2_iterator_new ();
|
it = gst_v4l2_iterator_new ();
|
||||||
|
|
||||||
while (gst_v4l2_iterator_next (it)) {
|
while (gst_v4l2_iterator_next (it)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user