summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/gst-visualise6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gst-visualise b/tools/gst-visualise
index b292dffb..4690a3d5 100755
--- a/tools/gst-visualise
+++ b/tools/gst-visualise
@@ -64,10 +64,10 @@ sub visualise(@)
read_config ();
%pipes = (
- "goom", "goom",
- "chart", "chart",
+ "goom", "stereo2mono ! goom",
+ "chart", "stereo2mono ! chart",
"synaesthesia", "synaesthesia",
- "monoscope", "monoscope"
+ "monoscope", "stereo2mono ! monoscope"
);
if ($#ARGV > 0) {