projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41051b2
)
Use stereo2mono plugin for scopes which require mono input.
author
Richard Boulton
<richard@tartarus.org>
Sun, 3 Mar 2002 17:27:41 +0000
(17:27 +0000)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/tools/gst-visualise
b/tools/gst-visualise
index
b292dff
..
4690a3d
100755
(executable)
--- 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) {