summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Boulton <richard@tartarus.org>2002-03-03 17:29:19 +0000
committerRichard Boulton <richard@tartarus.org>2002-03-03 17:29:19 +0000
commitc9f04ceba08f645f99f66ed948d1f7f920c73cc5 (patch)
tree430acf5fcf2cb367fd071bbde0155ba3be38ed88
parentfed91859309a98d0a511c1b4807f512abcde9a8d (diff)
downloadgstreamer-plugins-ugly-c9f04ceba08f645f99f66ed948d1f7f920c73cc5.tar.gz
Fix caps: synaesthesia _really_ needs stereo input.
Original commit message from CVS: Fix caps: synaesthesia _really_ needs stereo input.
-rw-r--r--gst/synaesthesia/gstsynaesthesia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/synaesthesia/gstsynaesthesia.c b/gst/synaesthesia/gstsynaesthesia.c
index 708076d8..d02fd7cc 100644
--- a/gst/synaesthesia/gstsynaesthesia.c
+++ b/gst/synaesthesia/gstsynaesthesia.c
@@ -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)
)
)