opensles: fixes 8 bit format which is unsigned on android.

This commit is contained in:
Josep Torra 2012-09-26 12:09:04 +02:00 committed by Sebastian Dröge
parent eb6715a305
commit f00d5a5cac

View file

@ -53,7 +53,7 @@ static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink",
"channels = (int) [1, 2];"
"audio/x-raw-int, "
"endianness = (int) {" G_STRINGIFY (G_BYTE_ORDER) " }, "
"signed = (boolean) { TRUE }, "
"signed = (boolean) { FALSE }, "
"width = (int) 8, "
"depth = (int) 8, "
"rate = (int) { " RATES "}, " "channels = (int) [1, 2]")