sync mp3 caps

Original commit message from CVS:
sync mp3 caps
This commit is contained in:
Thomas Vander Stichele 2004-06-14 10:58:27 +00:00
parent 6a9ba4d4e0
commit 10137aa8e0

View 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, "