ext/flac/gstflacenc.c: Change min. sample rate to 8kHz to match flacdec's.
authorTim-Philipp Müller <tim@centricular.net>
Fri, 24 Feb 2006 14:49:48 +0000 (14:49 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 24 Feb 2006 14:49:48 +0000 (14:49 +0000)
Original commit message from CVS:
* ext/flac/gstflacenc.c:
Change min. sample rate to 8kHz to match flacdec's.

ChangeLog
ext/flac/gstflacenc.c

index 1d48516..c4fdcbf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * ext/flac/gstflacenc.c:
+         Change min. sample rate to 8kHz to match flacdec's.
+         
 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
 
        * ext/cdio/Makefile.am:
index 0eb1ca4..583f52e 100644 (file)
@@ -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",