mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 10:43:55 +00:00
Fix caps: synaesthesia _really_ needs stereo input.
Original commit message from CVS: Fix caps: synaesthesia _really_ needs stereo input.
This commit is contained in:
parent
fed9185930
commit
c9f04ceba0
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ GST_PADTEMPLATE_FACTORY (sink_template,
|
||||||
"width", GST_PROPS_INT (16),
|
"width", GST_PROPS_INT (16),
|
||||||
"depth", GST_PROPS_INT (16),
|
"depth", GST_PROPS_INT (16),
|
||||||
"rate", GST_PROPS_INT_RANGE (8000, 96000),
|
"rate", GST_PROPS_INT_RANGE (8000, 96000),
|
||||||
"channels", GST_PROPS_INT (1)
|
"channels", GST_PROPS_INT (2)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue