Use stereo2mono plugin for scopes which require mono input.
authorRichard Boulton <richard@tartarus.org>
Sun, 3 Mar 2002 17:27:41 +0000 (17:27 +0000)
committerRichard Boulton <richard@tartarus.org>
Sun, 3 Mar 2002 17:27:41 +0000 (17:27 +0000)
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

index b292dff..4690a3d 100755 (executable)
@@ -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) {