mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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.
This commit is contained in:
parent
2abac22871
commit
7fb7fcbe86
1 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue