projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f08b0e
)
MonkeyAudio support little endian data only
author
Jeremy Simon
<jsimon13@yahoo.fr>
Sun, 27 Apr 2003 13:48:10 +0000
(13:48 +0000)
committer
Jeremy Simon
<jsimon13@yahoo.fr>
Sun, 27 Apr 2003 13:48:10 +0000
(13:48 +0000)
Original commit message from CVS:
MonkeyAudio support little endian data only
gst/monkeyaudio/gstmonkeyaudio.cc
patch
|
blob
|
history
diff --git
a/gst/monkeyaudio/gstmonkeyaudio.cc
b/gst/monkeyaudio/gstmonkeyaudio.cc
index 1ccea2532d82f3aba9b6669c7ba14b4976b096e5..a363a1f6c9b16e2ae28b9afaff5769ee1a960571 100644
(file)
--- a/
gst/monkeyaudio/gstmonkeyaudio.cc
+++ b/
gst/monkeyaudio/gstmonkeyaudio.cc
@@
-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),