mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
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> |
||
|---|---|---|
| .. | ||
| meson.build | ||
| v4l2-device.c | ||
| v4l2-source.c | ||
| v4l2-udev.c | ||
| v4l2-utils.c | ||
| v4l2.c | ||
| v4l2.h | ||