obs-studio/plugins/linux-v4l2
Ryan Foster a7d3df3763 linux-v4l2: Fix timeout logging
The timeout_usec variable is uint64_t, but the log format was set to %ld
(signed long int), so it would sometimes log a nonsensical value. Let's
use $PRIu64 instead, which should be equivalent to %llu (unsigned long
long int).

Fixes #5797.
2022-01-14 20:43:25 -08:00
..
data/locale Update translations from Crowdin 2021-12-12 02:38:59 +00:00
CMakeLists.txt linux-v4l2: Support for Motion-JPEG codec 2021-11-02 06:04:54 -07:00
linux-v4l2.c linux-v4l2: Improve module detection 2021-01-25 04:14:29 -08:00
v4l2-controls.c v4l2: Ignore menu controls with no permissible values 2021-10-16 15:24:20 -07:00
v4l2-controls.h linux-v4l2: Add support for controls 2019-12-18 09:22:05 -08:00
v4l2-helpers.c linux-v4l2: Add auto reset on timeout option 2021-01-20 16:45:05 -08:00
v4l2-helpers.h linux-v4l2: Support for Motion-JPEG codec 2021-11-02 06:04:54 -07:00
v4l2-input.c linux-v4l2: Fix timeout logging 2022-01-14 20:43:25 -08:00
v4l2-mjpeg.c linux-v4l2: Support for Motion-JPEG codec 2021-11-02 06:04:54 -07:00
v4l2-mjpeg.h linux-v4l2: Support for Motion-JPEG codec 2021-11-02 06:04:54 -07:00
v4l2-output.c linux-v4l2: Change search strategy for v4l2loopback devices 2021-11-10 19:32:30 -03: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