mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +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 ();
|
read_config ();
|
||||||
|
|
||||||
%pipes = (
|
%pipes = (
|
||||||
"goom", "goom",
|
"goom", "stereo2mono ! goom",
|
||||||
"chart", "chart",
|
"chart", "stereo2mono ! chart",
|
||||||
"synaesthesia", "synaesthesia",
|
"synaesthesia", "synaesthesia",
|
||||||
"monoscope", "monoscope"
|
"monoscope", "stereo2mono ! monoscope"
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($#ARGV > 0) {
|
if ($#ARGV > 0) {
|
||||||
|
|
Loading…
Reference in a new issue