summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-09-10 17:24:39 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-09-10 17:24:39 +0100
commitebe01db234b4f444a5898566fb7b2d8a32783e08 (patch)
tree7dcd47cf404aab71f75f49d9109c3d354834f9d0
parentd8b6375e0118f4722f9bce5459208e6f2487c9aa (diff)
downloadgstreamer-plugins-base-ebe01db234b4f444a5898566fb7b2d8a32783e08.tar.gz
Fix up one-element lists in template caps
-rw-r--r--ext/opus/gstopusdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opus/gstopusdec.c b/ext/opus/gstopusdec.c
index d2fc6465d..c148beeff 100644
--- a/ext/opus/gstopusdec.c
+++ b/ext/opus/gstopusdec.c
@@ -56,7 +56,7 @@ GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC,
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("audio/x-raw, "
- "format = (string) { " GST_AUDIO_NE (S16) " }, "
+ "format = (string) " GST_AUDIO_NE (S16) ", "
"layout = (string) interleaved, "
"rate = (int) { 48000, 24000, 16000, 12000, 8000 }, "
"channels = (int) [ 1, 8 ] ")