mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-24 21:20:03 +01:00
docs: actually mention correct numbers in the priority.session note
This commit is contained in:
parent
f84778ff8e
commit
c22fbe9ad0
1 changed files with 5 additions and 5 deletions
|
|
@ -225,17 +225,17 @@ value is set based on some heuristics.
|
|||
|
||||
.. code-block:: lua
|
||||
|
||||
["priority.session"] = 1500
|
||||
["priority.session"] = 1200
|
||||
|
||||
This configures the priority of the node when selecting a default node.
|
||||
Higher priority nodes will be more likely candidates as a default node.
|
||||
|
||||
.. note::
|
||||
|
||||
By default, sources have a ``priority.session`` value around 2000 and sinks
|
||||
have a value around 1000. If you are increasing the priority of a sink, it
|
||||
is **not advised** to use a value higher than 1900, as it may cause a sink's
|
||||
monitor to be selected as a default source.
|
||||
By default, sources have a ``priority.session`` value around 1600-2000 and
|
||||
sinks have a value around 600-1000. If you are increasing the priority of a
|
||||
sink, it is **not advised** to use a value higher than 1500, as it may cause
|
||||
a sink's monitor to be selected as a default source.
|
||||
|
||||
.. code-block:: lua
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue