obs-studio/plugins/linux-v4l2
fryshorts 841f02be87 Fix device capability checking in v4l2 input.
The capabilities flags that were used previously describe all
capabilities the physical device offers. This would cause devices
that are accessible through multiple device nodes to show up with
all device nodes while only one of the nodes might actually offer
the needed video capture capability.

If the device has more nodes the CAP_DEVICES_CAP flag might be set
in which case the device_caps field is filled with the capabilities
that only apply to that specific node that is opened.
2014-09-15 23:27:43 +02:00
..
data/locale Add latest translations from CrowdIn 2014-08-25 14:41:52 -07:00
CMakeLists.txt Fix double invocation of install_obs_plugin in every single plugin 2014-08-19 14:24:59 +02:00
linux-v4l2.c Remove macro to free locale 2014-07-27 17:29:10 -07:00
v4l2-helpers.c Fix crash in v4l2 plugin. 2014-08-11 23:35:43 +02:00
v4l2-helpers.h Move some functions to separate file for v4l2 plugin. 2014-08-11 23:35:43 +02:00
v4l2-input.c Fix device capability checking in v4l2 input. 2014-09-15 23:27:43 +02:00