diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-25 17:37:05 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-25 17:37:05 +0000 | 
| commit | 184c50fd834ed54f1f137c65ab8ef461febdeb41 (patch) | |
| tree | f97eff1ddbc482fbc68a626af6c4f38f8842de90 | |
| parent | c7826e102e38e12166a038086ce80d3e6645dc3d (diff) | |
Limit the supported output rates
| -rw-r--r-- | audio/gstsbcdec.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gstsbcdec.c b/audio/gstsbcdec.c index ceea4383..0c7a42e4 100644 --- a/audio/gstsbcdec.c +++ b/audio/gstsbcdec.c @@ -47,7 +47,7 @@ static GstStaticPadTemplate sbc_dec_sink_factory =  static GstStaticPadTemplate sbc_dec_src_factory =  	GST_STATIC_PAD_TEMPLATE("src", GST_PAD_SRC, GST_PAD_ALWAYS,  		GST_STATIC_CAPS("audio/x-raw-int, " -				"rate = (int) [ 6000, 48000 ], " +				"rate = (int) { 16000, 32000, 44100, 48000 }, "  				"channels = (int) [ 1, 2 ], "  				"endianness = (int) BYTE_ORDER, "  				"signed = (boolean) true, "  | 
