mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
stream: Add node.autoconnect stream.properties
If the node.autoconnect property is set in the stream.properties, ignore the AUTOCONNECT flag value. This makes it possible to force AUTOCONNECT either way. See #964
This commit is contained in:
parent
ec0b2b8dd7
commit
f78be58568
4 changed files with 5 additions and 1 deletions
|
|
@ -70,6 +70,7 @@ filter.properties = {
|
|||
|
||||
stream.properties = {
|
||||
#node.latency = 1024/48000
|
||||
#node.autoconnect = true
|
||||
#resample.quality = 4
|
||||
#channelmix.normalize = false
|
||||
#channelmix.mix-lfe = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue