Fix caps: synaesthesia _really_ needs stereo input.

Original commit message from CVS:
Fix caps: synaesthesia _really_ needs stereo input.
This commit is contained in:
Richard Boulton 2002-03-03 17:29:19 +00:00
parent fed9185930
commit c9f04ceba0

View file

@ -114,7 +114,7 @@ GST_PADTEMPLATE_FACTORY (sink_template,
"width", GST_PROPS_INT (16),
"depth", GST_PROPS_INT (16),
"rate", GST_PROPS_INT_RANGE (8000, 96000),
"channels", GST_PROPS_INT (1)
"channels", GST_PROPS_INT (2)
)
)