MonkeyAudio support little endian data only
authorJeremy Simon <jsimon13@yahoo.fr>
Sun, 27 Apr 2003 13:48:10 +0000 (13:48 +0000)
committerJeremy 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

index 1ccea2532d82f3aba9b6669c7ba14b4976b096e5..a363a1f6c9b16e2ae28b9afaff5769ee1a960571 100644 (file)
@@ -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),