dshowvideosrc: add device-index, add GstDeviceMonitor, and several fixes
- Nov 09, 2018
-
-
Right now this only works for video. An attempt was made at adding monitoring following the example winks, but it seems the only devices that can be easily detected are KS sources, which winks already handles.
-
This allows a future GstDeviceProvider to more easily query devices and caps.
-
-
The device and device-name properties should treat NULL and empty strings the same
-
The previous behaviour had issues when setting one of the device properties after _get_caps had been called. The device shouldn't be locked in until after _start has been called.
-
-
-