various cosmetic fixes

Original commit message from CVS:
various cosmetic fixes
This commit is contained in:
Thomas Vander Stichele 2005-11-22 12:48:10 +00:00
parent d6682d017c
commit c2fc8faa3d

View file

@ -99,7 +99,7 @@ GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_ALWAYS, GST_PAD_ALWAYS,
GST_STATIC_CAPS ("audio/x-raw-int, " GST_STATIC_CAPS ("audio/x-raw-int, "
"rate = (int) [ 1, MAX ], " "rate = (int) [ 1, MAX ], "
"channels = (int) [ 1, 8 ], " "channels = (int) [ 1, MAX ], "
"endianness = (int) BYTE_ORDER, " "endianness = (int) BYTE_ORDER, "
"width = (int) { 8, 16 }, " "width = (int) { 8, 16 }, "
"depth = (int) { 8, 16 }, " "signed = (boolean) true") "depth = (int) { 8, 16 }, " "signed = (boolean) true")
@ -111,7 +111,7 @@ GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_ALWAYS, GST_PAD_ALWAYS,
GST_STATIC_CAPS ("audio/x-raw-int, " GST_STATIC_CAPS ("audio/x-raw-int, "
"rate = (int) [ 1, MAX ], " "rate = (int) [ 1, MAX ], "
"channels = (int) [ 1, 8 ], " "channels = (int) [ 1, MAX ], "
"endianness = (int) BYTE_ORDER, " "endianness = (int) BYTE_ORDER, "
"width = (int) { 8, 16 }, " "width = (int) { 8, 16 }, "
"depth = (int) { 8, 16 }, " "signed = (boolean) true") "depth = (int) { 8, 16 }, " "signed = (boolean) true")