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:

committed by
George Kiagiadakis

parent
6e4dff6960
commit
4683f1fa44
@@ -537,6 +537,13 @@ wireplumber.components = [
|
|||||||
provides = script.create-role-items
|
provides = script.create-role-items
|
||||||
requires = [ si.audio-virtual ]
|
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
|
## Linking hooks
|
||||||
{
|
{
|
||||||
@@ -611,11 +618,8 @@ wireplumber.components = [
|
|||||||
policy.device.routes
|
policy.device.routes
|
||||||
policy.default-nodes
|
policy.default-nodes
|
||||||
policy.linking.standard
|
policy.linking.standard
|
||||||
hooks.node.create-session-item
|
policy.node
|
||||||
support.standard-event-source ]
|
support.standard-event-source ]
|
||||||
wants = [ hooks.node.suspend
|
|
||||||
hooks.stream.state
|
|
||||||
hooks.filter.forward-format ]
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = virtual, provides = policy.role-priority-system
|
type = virtual, provides = policy.role-priority-system
|
||||||
|
Reference in New Issue
Block a user