summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@gmail.com>2001-12-29 12:37:00 +0000
committerZeeshan Ali <zeenix@gmail.com>2001-12-29 12:37:00 +0000
commit85829a732d664896b44c8c2c836d36f428104721 (patch)
tree0e242d6c557c648f4ff5fe45b542035d6d70112c /sys
parent0f1b49a3879e08f3bdc5dbc381a2cab6154fe58a (diff)
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 'sys')
-rw-r--r--sys/oss/gstosssink.c2
-rw-r--r--sys/oss/gstosssrc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/oss/gstosssink.c b/sys/oss/gstosssink.c
index 9bcc7fa9..5c06d043 100644
--- a/sys/oss/gstosssink.c
+++ b/sys/oss/gstosssink.c
@@ -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)
)
);
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)
)
)