From c7bb41195ead44f67ce7753e3e1e750c1975c948 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Sat, 29 Dec 2001 12:38:55 +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) --- ext/gsm/gstgsm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/gsm/gstgsm.c') diff --git a/ext/gsm/gstgsm.c b/ext/gsm/gstgsm.c index a6154982..663e4e1f 100644 --- a/ext/gsm/gstgsm.c +++ b/ext/gsm/gstgsm.c @@ -32,7 +32,7 @@ GST_CAPS_FACTORY (gsm_caps_factory, GST_CAPS_NEW ( "gsm_gsm", "audio/x-gsm", - "rate", GST_PROPS_INT_RANGE (4000, 48000) + "rate", GST_PROPS_INT_RANGE (1000, 48000) ) ) @@ -46,7 +46,7 @@ GST_CAPS_FACTORY (raw_caps_factory, "signed", GST_PROPS_BOOLEAN (TRUE), "width", GST_PROPS_INT (16), "depth", GST_PROPS_INT (16), - "rate", GST_PROPS_INT_RANGE (4000, 48000), + "rate", GST_PROPS_INT_RANGE (1000, 48000), "channels", GST_PROPS_INT (1) ) ) -- cgit v1.2.1