summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacenc.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-02-24 14:49:48 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-02-24 14:49:48 +0000
commitb19425f71ad7cb81f032ef2c3c053f4b0a8a2328 (patch)
treeb28156f9cfe0453c265cbe9677919e028e7daa4a /ext/flac/gstflacenc.c
parent59385bde709e93f31244c0b8119c204a03eec1c4 (diff)
ext/flac/gstflacenc.c: Change min. sample rate to 8kHz to match flacdec's.
Original commit message from CVS: * ext/flac/gstflacenc.c: Change min. sample rate to 8kHz to match flacdec's.
Diffstat (limited to 'ext/flac/gstflacenc.c')
-rw-r--r--ext/flac/gstflacenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c
index 0eb1ca49..583f52e1 100644
--- a/ext/flac/gstflacenc.c
+++ b/ext/flac/gstflacenc.c
@@ -44,7 +44,7 @@ GstElementDetails flacenc_details = {
"signed = (boolean) TRUE, " \
"width = (int) 16, " \
"depth = (int) 16, " \
- "rate = (int) [ 11025, 48000 ], " \
+ "rate = (int) [ 8000, 48000 ], " \
"channels = (int) [ 1, 2 ]"
static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",