projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d06cf3
)
kmssink: enable Y42B (planar YUV 4:2:2) format
author
Philipp Zabel
<p.zabel@pengutronix.de>
Fri, 12 Feb 2016 13:17:13 +0000
(14:17 +0100)
committer
Víctor Manuel Jáquez Leal
<vjaquez@igalia.com>
Mon, 11 Apr 2016 17:57:48 +0000
(19:57 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=761059
sys/kms/gstkmsutils.c
patch
|
blob
|
history
diff --git
a/sys/kms/gstkmsutils.c
b/sys/kms/gstkmsutils.c
index 77061b763a29c4181df93fac7e6f49d0d51c405f..ab9401984c891776be081dda80439fc7c5bd60f7 100644
(file)
--- a/
sys/kms/gstkmsutils.c
+++ b/
sys/kms/gstkmsutils.c
@@
-57,6
+57,7
@@
static const struct
/* DEF_FMT (YVYU, ???), */
DEF_FMT (YUV420, I420),
DEF_FMT (YVU420, YV12),
+ DEF_FMT (YUV422, Y42B),
DEF_FMT (NV12, NV12),
DEF_FMT (NV21, NV21),