mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
Hm, one more little endian fix
Original commit message from CVS: Hm, one more little endian fix
This commit is contained in:
parent
5a77a54a5a
commit
01d4e568c6
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ GST_PAD_TEMPLATE_FACTORY (audio_sink_factory,
|
||||||
"audio/raw",
|
"audio/raw",
|
||||||
"format", GST_PROPS_STRING ("int"),
|
"format", GST_PROPS_STRING ("int"),
|
||||||
"law", GST_PROPS_INT (0),
|
"law", GST_PROPS_INT (0),
|
||||||
"endianness", GST_PROPS_INT (G_BYTE_ORDER),
|
"endianness", GST_PROPS_INT (G_LITTLE_ENDIAN),
|
||||||
"signed", GST_PROPS_LIST (
|
"signed", GST_PROPS_LIST (
|
||||||
GST_PROPS_BOOLEAN (TRUE),
|
GST_PROPS_BOOLEAN (TRUE),
|
||||||
GST_PROPS_BOOLEAN (FALSE)
|
GST_PROPS_BOOLEAN (FALSE)
|
||||||
|
|
Loading…
Reference in a new issue