mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 03:08:13 +02:00
wireplumber.conf: run stream-state.lua before m-standard-event-source
Restore-stream hook is missing some of the node-added events if it is run after they are reported by the m-standard-event-source Fixes: #577
This commit is contained in:
parent
6e4dff6960
commit
4683f1fa44
1 changed files with 8 additions and 4 deletions
|
|
@ -537,6 +537,13 @@ wireplumber.components = [
|
|||
provides = script.create-role-items
|
||||
requires = [ si.audio-virtual ]
|
||||
}
|
||||
{
|
||||
type = virtual, provides = policy.node
|
||||
requires = [ hooks.node.create-session-item ]
|
||||
wants = [ hooks.node.suspend
|
||||
hooks.stream.state
|
||||
hooks.filter.forward-format ]
|
||||
}
|
||||
|
||||
## Linking hooks
|
||||
{
|
||||
|
|
@ -611,11 +618,8 @@ wireplumber.components = [
|
|||
policy.device.routes
|
||||
policy.default-nodes
|
||||
policy.linking.standard
|
||||
hooks.node.create-session-item
|
||||
policy.node
|
||||
support.standard-event-source ]
|
||||
wants = [ hooks.node.suspend
|
||||
hooks.stream.state
|
||||
hooks.filter.forward-format ]
|
||||
}
|
||||
{
|
||||
type = virtual, provides = policy.role-priority-system
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue