pipewire/spa
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
..
examples treewide: fix some format string issues 2024-04-29 16:19:15 +02:00
include spa: avoid C23 empty initializers in the headers 2024-09-27 15:06:56 +02:00
plugins spa: v4l2: Remove start_inotify() call from impl_on_fd_events() 2024-10-12 15:19:49 +02:00
tests Add GNU/Hurd support 2023-09-24 15:11:52 +00:00
tools treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
meson.build meson: fix build with missing libudev-devel 2024-10-12 15:19:49 +02:00