pipewire/spa
Wim Taymans 88f0dbd6fc v4l2: don't set inotify on /dev
Doing inotify on /dev is not a good idea because we will be woken up by
a lot of unrelated events.

There is a report of a performance regression on some IO benchmark
because of lock contention within the fsnotify subsystem due to this.

Instead, just watch for attribute changes on the /dev/videoX files
directly. We are only interested in attribute changes, udev should
notify us when the file is added or removed.
2023-07-31 13:16:17 +02:00
..
examples treewide: mark some functions static 2023-07-03 19:40:31 +02:00
include spa: fixes for dereferencing pointer to incomplete type in __typeof__ 2023-07-30 10:31:19 +05:30
plugins v4l2: don't set inotify on /dev 2023-07-31 13:16:17 +02:00
tests treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
tools treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
meson.build meson.build: enable LC3 by default 2023-07-25 07:26:21 +00:00