diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/flac/gstflacenc.c | 2 |
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", |