sync mp3 caps
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 14 Jun 2004 10:58:27 +0000 (10:58 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 14 Jun 2004 10:58:27 +0000 (10:58 +0000)
Original commit message from CVS:
sync mp3 caps

ext/lame/gstlame.c

index de9b11d..3c84b44 100644 (file)
@@ -38,7 +38,7 @@ GST_STATIC_PAD_TEMPLATE ("sink",
     GST_PAD_SINK,
     GST_PAD_ALWAYS,
     GST_STATIC_CAPS ("audio/x-raw-int, "
-        "endianness = (int) BYTE_ORDER, "
+        "endianness = (int) " G_STRINGIFY (G_BYTE_ORDER) ", "
         "signed = (boolean) true, "
         "width = (int) 16, "
         "depth = (int) 16, "