mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-01 05:39:51 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue