GNOME Bugzilla – Bug 549062
Video devices aren't updated on subsequent probing.
Last modified: 2008-08-23 15:33:41 UTC
When probing for devices on v4lsrc or v4l2src, if you probe a second time after a device has been connected or disconnected, the list of devices stays the same as the initial probe. I've tried explicitly probing with gst_property_probe_probe_property, but it doesn't reprobe the devices, as I would have expected.
Created attachment 117242 [details] [review] Reprobes devices when gst_property_probe_probe_property is called.
Created attachment 117243 [details] [review] Reprobes v4l2 devices when gst_property_probe_probe_property is called.
2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk> Patch by: Mike Ruprecht <cmaiku at gmail dot com> * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices): Reprobe devices again instead of taking a cached list as new devices could've been plugged in. Fixes bug #549062. 2008-08-23 Sebastian Dröge <sebastian.droege@collabora.co.uk> Patch by: Mike Ruprecht <cmaiku at gmail dot com> * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices): Reprobe devices again instead of taking a cached list as new devices could've been plugged in. Fixes bug #549062.