mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
opensles: fixes 8 bit format which is unsigned on android.
This commit is contained in:
parent
eb6715a305
commit
f00d5a5cac
1 changed files with 1 additions and 1 deletions
|
@ -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]")
|
||||
|
|
Loading…
Reference in a new issue