From b19425f71ad7cb81f032ef2c3c053f4b0a8a2328 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 24 Feb 2006 14:49:48 +0000 Subject: 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. --- ext/flac/gstflacenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/flac') 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", -- cgit