diff options
Diffstat (limited to 'audio/gstsbcenc.c')
| -rw-r--r-- | audio/gstsbcenc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/audio/gstsbcenc.c b/audio/gstsbcenc.c index 7f94fc2a..812c1193 100644 --- a/audio/gstsbcenc.c +++ b/audio/gstsbcenc.c @@ -70,7 +70,7 @@ static GstStaticPadTemplate sbc_enc_sink_factory =  		GST_STATIC_CAPS("audio/x-raw-int, "  				"rate = (int) { 16000, 32000, 44100, 48000 }, "  				"channels = (int) [ 1, 2 ], " -				"endianness = (int) BYTE_ORDER, " +				"endianness = (int) LITTLE_ENDIAN, "  				"signed = (boolean) true, "  				"width = (int) 16, "  				"depth = (int) 16")); | 
