From 10137aa8e0a63b12bd9476f19aef052d808e276c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 14 Jun 2004 10:58:27 +0000 Subject: [PATCH] sync mp3 caps Original commit message from CVS: sync mp3 caps --- ext/lame/gstlame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index de9b11d..3c84b44 100644 --- a/ext/lame/gstlame.c +++ b/ext/lame/gstlame.c @@ -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, " -- 2.7.4