From 85829a732d664896b44c8c2c836d36f428104721 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Sat, 29 Dec 2001 12:37:00 +0000 Subject: 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) --- sys/oss/gstosssrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/oss/gstosssrc.c') diff --git a/sys/oss/gstosssrc.c b/sys/oss/gstosssrc.c index ede0be37..f0f98492 100644 --- a/sys/oss/gstosssrc.c +++ b/sys/oss/gstosssrc.c @@ -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) ) ) -- cgit