diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c index 55955a19d3..5c3170c373 100644 --- a/gst/auparse/gstauparse.c +++ b/gst/auparse/gstauparse.c @@ -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, " \ diff --git a/gst/wavenc/gstwavenc.c b/gst/wavenc/gstwavenc.c index 7da822c150..c7cae6f87d 100644 --- a/gst/wavenc/gstwavenc.c +++ b/gst/wavenc/gstwavenc.c @@ -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, " \