mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-08 08:08:03 +02:00
default-nodes/README: update documentation regarding the select-default-node event
This commit is contained in:
parent
754c805061
commit
e9928b4beb
1 changed files with 4 additions and 9 deletions
|
|
@ -73,10 +73,6 @@ is required:
|
||||||
- File
|
- File
|
||||||
- Description
|
- Description
|
||||||
|
|
||||||
* - default-nodes/find-best-default-node
|
|
||||||
- find-best-default-node.lua
|
|
||||||
- prioritizes nodes based on their priority.session property
|
|
||||||
|
|
||||||
* - default-nodes/find-selected-default-node
|
* - default-nodes/find-selected-default-node
|
||||||
- find-selected-default-node.lua
|
- find-selected-default-node.lua
|
||||||
- prioritizes the current default.configured.* node, i.e. the current user selection
|
- prioritizes the current default.configured.* node, i.e. the current user selection
|
||||||
|
|
@ -85,15 +81,14 @@ is required:
|
||||||
- state-default-nodes.lua
|
- state-default-nodes.lua
|
||||||
- prioritizes past user selections from the state file
|
- prioritizes past user selections from the state file
|
||||||
|
|
||||||
|
* - default-nodes/find-best-default-node
|
||||||
|
- find-best-default-node.lua
|
||||||
|
- prioritizes nodes based on their priority.session property & their associated Route priority
|
||||||
|
|
||||||
* - default-nodes/apply-default-node
|
* - default-nodes/apply-default-node
|
||||||
- apply-default-node.lua
|
- apply-default-node.lua
|
||||||
- sets the highest priority selected node as the default in the metadata
|
- sets the highest priority selected node as the default in the metadata
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
The actual order of the "default-nodes/find-\*" hooks is not defined and doesn't matter.
|
|
||||||
The only thing that matters is that "default-nodes/apply-default-node" is the last hook.
|
|
||||||
|
|
||||||
select-default-node event
|
select-default-node event
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue