From 7fb7fcbe868d14b9a24d937ed22c6c18b3025381 Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Sun, 3 Mar 2002 17:27:41 +0000 Subject: Use stereo2mono plugin for scopes which require mono input. Original commit message from CVS: Use stereo2mono plugin for scopes which require mono input. It would be better if esdmon and osssrc were able to give mono output: they need caps negotiation. --- tools/gst-visualise | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') 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) { -- cgit