From 6c800137d8ae62907bdfa7d42f06082b041725cd Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 5 Jan 2012 14:18:03 +0100 Subject: [PATCH] fix pad templates --- gst/auparse/gstauparse.c | 2 +- gst/wavenc/gstwavenc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c index 55955a1..5c3170c 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 7da822c..c7cae6f 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, " \ -- 2.7.4