mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-06-19 07:38:22 +02:00
Change node.dont-remix to stream.dont-remix
I'm guessing this was a typo? I ran `git grep dont-remix` in both wireplumber's and pipewire's repos, and all the other references were to stream.dont-remix, including the definition of PW_KEY_STREAM_DONT_REMIX.
This commit is contained in:
parent
0d356f90ed
commit
a2605a2cdf
1 changed files with 4 additions and 4 deletions
|
|
@ -185,7 +185,7 @@ The PipeWire configuration files for the 2 filters should be like this:
|
|||
playback.props = {
|
||||
audio.position = [ FL FR ]
|
||||
node.passive = true
|
||||
node.dont-remix = true
|
||||
stream.dont-remix = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -210,7 +210,7 @@ The PipeWire configuration files for the 2 filters should be like this:
|
|||
playback.props = {
|
||||
audio.position = [ FL FR ]
|
||||
node.passive = true
|
||||
node.dont-remix = true
|
||||
stream.dont-remix = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -295,7 +295,7 @@ the filters like this:
|
|||
playback.props = {
|
||||
audio.position = [ FL FR ]
|
||||
node.passive = true
|
||||
node.dont-remix = true
|
||||
stream.dont-remix = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -319,7 +319,7 @@ the filters like this:
|
|||
playback.props = {
|
||||
audio.position = [ FL FR ]
|
||||
node.passive = true
|
||||
node.dont-remix = true
|
||||
stream.dont-remix = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue