pipewire/spa/plugins/v4l2
Hans de Goede f45926c38e spa: v4l2: Remove start_inotify() call from impl_on_fd_events()
The spa_loop_add_source() call for udev event monitoring which uses
impl_on_fd_events() is done from start_monitor() which also unconditionally
calls start_inotify().

Since start_monitor() already always calls start_inotify() there is no
scenario where start_inotify() has not been called yet when
impl_on_fd_events() gets called. So the start_inotify() call in
impl_on_fd_events() is redundant, remove it.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
(cherry picked from commit ab245947e5)
2024-10-12 15:19:49 +02:00
..
meson.build v4l2: include config.h to check for udev 2024-10-12 15:19:49 +02:00
v4l2-device.c v4l2: fix printf format 2024-04-23 11:16:40 +02:00
v4l2-source.c v4l2: Improve format and control enumeration 2024-08-07 10:44:26 +02:00
v4l2-udev.c spa: v4l2: Remove start_inotify() call from impl_on_fd_events() 2024-10-12 15:19:49 +02:00
v4l2-utils.c v4l2: queue dropped first buffer again 2024-09-19 09:49:53 +02:00
v4l2.c v4l2: include config.h to check for udev 2024-10-12 15:19:49 +02:00
v4l2.h spa: remove unnecessary indirection for some spa_log_topics 2023-10-06 13:08:24 +00:00