wav is little endian
authorBenjamin Otte <otte@gnome.org>
Tue, 25 Mar 2003 20:12:20 +0000 (20:12 +0000)
committerBenjamin Otte <otte@gnome.org>
Tue, 25 Mar 2003 20:12:20 +0000 (20:12 +0000)
Original commit message from CVS:
wav is little endian

gst/wavenc/gstwavenc.c

index 458df92..5a50b75 100644 (file)
@@ -83,7 +83,7 @@ GST_PAD_TEMPLATE_FACTORY (sink_factory,
     "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 (16),
       "depth",       GST_PROPS_INT (16),