From f9c2dd0f444c555169d5516261b0078ff4873cce Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Sun, 3 Mar 2002 17:27:41 +0000 Subject: [PATCH] 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(-) diff --git a/tools/gst-visualise b/tools/gst-visualise index b292dff..4690a3d 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) { -- 2.7.4