mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-08 10:06:23 -05: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> |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||