mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 01:58:01 +02:00
filter-utils: always evaluate filters before 'linking/rescan' hook
Fixes smart filters not being linked correctly when starting wireplumber if no clients are playing/capturing audio.
This commit is contained in:
parent
dbf8204cf9
commit
6980f9ff5d
1 changed files with 1 additions and 0 deletions
|
|
@ -309,6 +309,7 @@ end
|
|||
|
||||
SimpleEventHook {
|
||||
name = "lib/filter-utils/rescan",
|
||||
before = "linking/rescan",
|
||||
interests = {
|
||||
EventInterest {
|
||||
Constraint { "event.type", "=", "rescan-for-linking" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue