MonkeyAudio support little endian data only
Original commit message from CVS: MonkeyAudio support little endian data only
This commit is contained in:
parent
0f08b0e460
commit
12a38a0157
@ -45,7 +45,7 @@ raw_caps_factory (void)
|
||||
gst_props_new (
|
||||
"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 (16),
|
||||
"depth", GST_PROPS_INT (16),
|
||||
|
Loading…
x
Reference in New Issue
Block a user