diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-09-10 17:24:39 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-02-16 10:40:39 +0000 |
commit | bbd6b14d46bcd3fc1d9ca7aeb64d68620e183524 (patch) | |
tree | e55c6dcca9039cec2ce25aa678935cf3220b3613 /ext/mpg123 | |
parent | 52bd182e987a7cf3ed1b92317579564e32b9d5b5 (diff) | |
download | gstreamer-plugins-good-bbd6b14d46bcd3fc1d9ca7aeb64d68620e183524.tar.gz |
Fix up one-element lists in template caps
Diffstat (limited to 'ext/mpg123')
-rw-r--r-- | ext/mpg123/gstmpg123audiodec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mpg123/gstmpg123audiodec.c b/ext/mpg123/gstmpg123audiodec.c index 791dba9b3..702226bb7 100644 --- a/ext/mpg123/gstmpg123audiodec.c +++ b/ext/mpg123/gstmpg123audiodec.c @@ -66,7 +66,7 @@ GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_PAD_ALWAYS, GST_STATIC_CAPS ("audio/mpeg, " - "mpegversion = (int) { 1 }, " + "mpegversion = (int) 1, " "layer = (int) [ 1, 3 ], " "rate = (int) { 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, " "channels = (int) [ 1, 2 ], " "parsed = (boolean) true ") |