mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 20:38:03 +02:00
restore-stream: stop when we find the first suitable key
This commit is contained in:
parent
1c77837c9b
commit
65d5f6442b
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ function findSuitableKey(node)
|
|||
if p then
|
||||
key = string.format("%s:%s:%s:",
|
||||
node_props["media.class"]:gsub("^Stream/", ""), k, p)
|
||||
break
|
||||
end
|
||||
end
|
||||
return key
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue