projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
717f922
)
x265enc: Drop incorrect stream-format="avc" in template caps
author
Arun Raghavan
<git@arunraghavan.net>
Mon, 21 Sep 2015 13:32:08 +0000
(19:02 +0530)
committer
Arun Raghavan
<git@arunraghavan.net>
Mon, 21 Sep 2015 13:41:42 +0000
(19:11 +0530)
ext/x265/gstx265enc.c
patch
|
blob
|
history
diff --git
a/ext/x265/gstx265enc.c
b/ext/x265/gstx265enc.c
index
08a4a3e
..
99fc522
100644
(file)
--- 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 }")
);