diff options
Diffstat (limited to 'audio/gstsbcdec.c')
| -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 fedc1296..00af4fc4 100644 --- a/audio/gstsbcdec.c +++ b/audio/gstsbcdec.c @@ -50,7 +50,7 @@ static GstStaticPadTemplate sbc_dec_src_factory =  		GST_STATIC_CAPS("audio/x-raw-int, "  				"rate = (int) { 16000, 32000, 44100, 48000 }, "  				"channels = (int) [ 1, 2 ], " -				"endianness = (int) LITTLE_ENDIAN, " +				"endianness = (int) BYTE_ORDER, "  				"signed = (boolean) true, "  				"width = (int) 16, "  				"depth = (int) 16")); | 
