mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue