diff options
-rwxr-xr-x | tools/gst-visualise | 6 |
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) { |