pipewire/spa/plugins/v4l2
Barnabás Pőcze ad975c93ee spa: alsa,v4l2: avoid double access check on inotify events
Previously both `impl_on_notify_events()` and `process_{device,card}()`
called `check_access()`. Avoid that by merging `ACTION_ADD` and
`ACTION_DISABLE` into a single `ACTION_CHANGE` and let `process_{device,card}()`
call `check_access()` and decide what to do.
2024-02-09 18:32:53 +01:00
..
meson.build v4l2: include config.h to check for udev 2024-02-06 22:41:54 +01:00
v4l2-device.c spa: v4l2: get the device number of the v4l2 device 2023-07-19 09:21:03 +00:00
v4l2-source.c v4l2: probe EXPBUF and disable alloc_buffer flag 2024-01-29 16:38:52 +01:00
v4l2-udev.c spa: alsa,v4l2: avoid double access check on inotify events 2024-02-09 18:32:53 +01:00
v4l2-utils.c buffer: add MAPPABLE data flag 2024-02-08 18:09:08 +01:00
v4l2.c v4l2: include config.h to check for udev 2024-02-06 22:41:54 +01:00
v4l2.h spa: remove unnecessary indirection for some spa_log_topics 2023-10-06 13:08:24 +00:00