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
@ -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…
x
Reference in New Issue
Block a user