summaryrefslogtreecommitdiffstats
path: root/ext/gsm/gstgsm.c
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@gmail.com>2001-12-29 12:38:55 +0000
committerZeeshan Ali <zeenix@gmail.com>2001-12-29 12:38:55 +0000
commitc7bb41195ead44f67ce7753e3e1e750c1975c948 (patch)
tree19896bf0f8e1f32e68a8971c90348578e77fbc0d /ext/gsm/gstgsm.c
parent42cc21cd97016d4aa8ecc6d8c80b0dbd8780f975 (diff)
downloadgst-plugins-bad-c7bb41195ead44f67ce7753e3e1e750c1975c948.tar.gz
gst-plugins-bad-c7bb41195ead44f67ce7753e3e1e750c1975c948.tar.bz2
gst-plugins-bad-c7bb41195ead44f67ce7753e3e1e750c1975c948.zip
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)
Diffstat (limited to 'ext/gsm/gstgsm.c')
-rw-r--r--ext/gsm/gstgsm.c4
1 files changed, 2 insertions, 2 deletions
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)
)
)