obs-studio/plugins/linux-v4l2
Juliane Holzt 19890b25ee
linux-v4l2: Fix case of variables to snake_case
This commit fixes the case of two recently added attributes of the
v4l2_data struct (in PR #2978). The new attributes were named
"frameRateUnchanged" and "resolutionUnchanged", i.e. using CamelCase
while all other attributes use snake_case. This change changes the
name of the two attributes to snake_case.
2020-07-13 21:20:49 +02:00
..
data/locale linux-v4l2: Selective stream restart 2020-05-24 17:05:00 +01:00
CMakeLists.txt cmake: Fix warnings and normalize variables/errors 2020-05-21 18:45:16 -07:00
linux-v4l2.c Plugins: Add descriptions to modules 2018-09-11 18:28:58 -07:00
v4l2-controls.c linux-v4l2: Fix build with Clang 10.0 2020-04-12 18:41:36 -04:00
v4l2-controls.h linux-v4l2: Add support for controls 2019-12-18 09:22:05 -08:00
v4l2-helpers.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
v4l2-helpers.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
v4l2-input.c linux-v4l2: Fix case of variables to snake_case 2020-07-13 21:20:49 +02:00
v4l2-udev.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
v4l2-udev.h linux-v4l2: Replace custom udev callbacks 2015-04-23 21:50:36 +02:00