mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
set little endian in monkeydec too
Original commit message from CVS: set little endian in monkeydec too
This commit is contained in:
parent
9918963a5c
commit
0a30951789
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ gst_monkeydec_loop (GstElement *element)
|
|||
"audio/raw",
|
||||
"format", GST_PROPS_STRING ("int"),
|
||||
"law", GST_PROPS_INT (0),
|
||||
"endianness", GST_PROPS_INT (G_BYTE_ORDER),
|
||||
"endianness", GST_PROPS_INT (G_LITTLE_ENDIAN),
|
||||
"signed", GST_PROPS_BOOLEAN (TRUE),
|
||||
"width", GST_PROPS_INT (monkeydec->depth),
|
||||
"depth", GST_PROPS_INT (monkeydec->depth),
|
||||
|
|
Loading…
Reference in a new issue