summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-02-08 00:15:01 +0000
committerTim-Philipp Müller <tim@centricular.net>2013-02-08 00:15:01 +0000
commit5f83e4101fc5cb223a4e252ef26679a72f79ada9 (patch)
treeab914a8f8a17566415adbdf0a02a20d9ff4e9590 /ext
parent201e3f74be99915582418d2ec27b7069805fb01d (diff)
x264enc: simplify template caps
No need to make an array for one single element.
Diffstat (limited to 'ext')
-rw-r--r--ext/x264/gstx264enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/x264/gstx264enc.c b/ext/x264/gstx264enc.c
index 68367a6b..9b235863 100644
--- a/ext/x264/gstx264enc.c
+++ b/ext/x264/gstx264enc.c
@@ -411,7 +411,7 @@ static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
"framerate = (fraction) [0/1, MAX], "
"width = (int) [ 1, MAX ], " "height = (int) [ 1, MAX ], "
"stream-format = (string) { avc, byte-stream }, "
- "alignment = (string) { au }, "
+ "alignment = (string) au, "
"profile = (string) { high-10, high, main, baseline, "
"constrained-baseline, high-10-intra }")
);