summaryrefslogtreecommitdiff
path: root/ext/x265
diff options
context:
space:
mode:
authorArun Raghavan <git@arunraghavan.net>2015-09-21 19:02:08 +0530
committerArun Raghavan <git@arunraghavan.net>2015-09-21 19:11:42 +0530
commit6835c27e9f9bdebc5120b839e105ca626936bbee (patch)
tree9a21dcd801df7400670bc5fad064c652a12269a5 /ext/x265
parent717f922701eb359ca7ed22239423a3257e0e66f4 (diff)
downloadgstreamer-plugins-bad-6835c27e9f9bdebc5120b839e105ca626936bbee.tar.gz
x265enc: Drop incorrect stream-format="avc" in template caps
Diffstat (limited to 'ext/x265')
-rw-r--r--ext/x265/gstx265enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/x265/gstx265enc.c b/ext/x265/gstx265enc.c
index 08a4a3e04..99fc52232 100644
--- a/ext/x265/gstx265enc.c
+++ b/ext/x265/gstx265enc.c
@@ -171,7 +171,7 @@ static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
GST_STATIC_CAPS ("video/x-h265, "
"framerate = (fraction) [0/1, MAX], "
"width = (int) [ 4, MAX ], " "height = (int) [ 4, MAX ], "
- "stream-format = (string) { avc, byte-stream }, "
+ "stream-format = (string) byte-stream, "
"alignment = (string) au, " "profile = (string) { main }")
);