omega: you agreed on starting rate from 1000, which is really neeeded for Apps like mine(zchat)

Original commit message from CVS:
omega: you agreed on starting rate from 1000, which is really neeeded for Apps like mine(zchat)
This commit is contained in:
Zeeshan Ali 2001-12-29 12:37:00 +00:00
parent 0f1b49a387
commit 85829a732d
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ GST_PADTEMPLATE_FACTORY (osssink_sink_factory,
GST_PROPS_INT (8),
GST_PROPS_INT (16)
),
"rate", GST_PROPS_INT_RANGE (8000, 48000),
"rate", GST_PROPS_INT_RANGE (1000, 48000),
"channels", GST_PROPS_INT_RANGE (1, 2)
)
);

View file

@ -79,7 +79,7 @@ GST_PADTEMPLATE_FACTORY (osssrc_src_factory,
GST_PROPS_INT (8),
GST_PROPS_INT (16)
),
"rate", GST_PROPS_INT_RANGE (8000, 48000),
"rate", GST_PROPS_INT_RANGE (1000, 48000),
"channels", GST_PROPS_INT_RANGE (1, 2)
)
)