set little endian in monkeydec too
authorJeremy Simon <jsimon13@yahoo.fr>
Mon, 28 Apr 2003 11:13:15 +0000 (11:13 +0000)
committerJeremy Simon <jsimon13@yahoo.fr>
Mon, 28 Apr 2003 11:13:15 +0000 (11:13 +0000)
Original commit message from CVS:
set little endian in monkeydec too

gst/monkeyaudio/gstmonkeydec.cc

index 7e6eb2c..daf60b0 100644 (file)
@@ -400,7 +400,7 @@ gst_monkeydec_loop (GstElement *element)
                      "audio/raw",
                      "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 (monkeydec->depth),
           "depth",       GST_PROPS_INT (monkeydec->depth),