fix pad templates
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 5 Jan 2012 13:18:03 +0000 (14:18 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 5 Jan 2012 13:18:03 +0000 (14:18 +0100)
gst/auparse/gstauparse.c
gst/wavenc/gstwavenc.c

index 55955a1..5c3170c 100644 (file)
@@ -58,7 +58,7 @@ static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
     "rate = (int) [ 8000, 192000 ], "       \
     "channels = (int) 2, "                  \
     "channel-mask = (bitmask) 0x3,"         \
-    "layout = (string) interleaved;"
+    "layout = (string) interleaved"
 
 #define GST_AU_PARSE_ALAW_PAD_TEMPLATE_CAPS \
     "audio/x-alaw, "                        \
index 7da822c..c7cae6f 100644 (file)
@@ -76,14 +76,14 @@ struct wave_header
     "audio/x-raw, "                      \
     "rate = (int) [ 1, MAX ], "          \
     "channels = (int) 1, "               \
-    "format = (string) { S32LE, S24LE, S16LE, U8, F32LE, F64LE } " \
+    "format = (string) { S32LE, S24LE, S16LE, U8, F32LE, F64LE }, " \
     "layout = (string) interleaved"      \
     "; "                                 \
     "audio/x-raw, "                      \
     "rate = (int) [ 1, MAX ], "          \
     "channels = (int) 2, "               \
     "channel-mask = (bitmask) 0x3, "     \
-    "format = (string) { S32LE, S24LE, S16LE, U8, F32LE, F64LE } " \
+    "format = (string) { S32LE, S24LE, S16LE, U8, F32LE, F64LE }, " \
     "layout = (string) interleaved"      \
     "; "                                 \
     "audio/x-alaw, "                     \