mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-04-21 16:00:39 +02:00
parent
4ae15a14ac
commit
4538d43bcb
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ function createNode(parent, id, type, factory, properties)
|
|||
|
||||
-- set priority
|
||||
if not properties["priority.driver"] then
|
||||
local priority = factory:find("sink") and 2010 or 1010
|
||||
local priority = factory:find("source") and 2010 or 1010
|
||||
properties["priority.driver"] = priority
|
||||
properties["priority.session"] = priority
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue