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:
David Mandelberg 2025-04-06 20:36:28 -04:00 committed by George Kiagiadakis
parent 0d356f90ed
commit a2605a2cdf

View file

@ -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
}
}
}