From 1c134944368944dedb67eb05646f12f8655831fb Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 4 Mar 2003 22:22:56 +0000 Subject: [PATCH] goom takes stereo data Original commit message from CVS: goom takes stereo data --- tools/gst-visualise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gst-visualise b/tools/gst-visualise index 4690a3d..6e7553f 100755 --- a/tools/gst-visualise +++ b/tools/gst-visualise @@ -64,7 +64,7 @@ sub visualise(@) read_config (); %pipes = ( - "goom", "stereo2mono ! goom", + "goom", "goom", "chart", "stereo2mono ! chart", "synaesthesia", "synaesthesia", "monoscope", "stereo2mono ! monoscope" -- 2.7.4