From a2605a2cdf806d58a0a11551cfecd2c0342ac33d Mon Sep 17 00:00:00 2001 From: David Mandelberg Date: Sun, 6 Apr 2025 20:36:28 -0400 Subject: [PATCH] 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. --- docs/rst/policies/smart_filters.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/rst/policies/smart_filters.rst b/docs/rst/policies/smart_filters.rst index 9e4ff018..0df664eb 100644 --- a/docs/rst/policies/smart_filters.rst +++ b/docs/rst/policies/smart_filters.rst @@ -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 } } }