[0.11] gst-plugins-good: fix pad templates
Wim Taymans
wtay at kemper.freedesktop.org
Thu Jan 5 05:18:18 PST 2012
Module: gst-plugins-good
Branch: 0.11
Commit: 6c800137d8ae62907bdfa7d42f06082b041725cd
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=6c800137d8ae62907bdfa7d42f06082b041725cd
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Thu Jan 5 14:18:03 2012 +0100
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, " \
More information about the gstreamer-commits
mailing list