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:
bdb62b2
)
kmssink: enable NV16 (chroma-interleaved YUV 4:2:2) format
author
Philipp Zabel
<p.zabel@pengutronix.de>
Fri, 12 Feb 2016 13:17:32 +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 ab9401984c891776be081dda80439fc7c5bd60f7..e7f605db2fa95f147f77055998eb45a130900b75 100644
(file)
--- a/
sys/kms/gstkmsutils.c
+++ b/
sys/kms/gstkmsutils.c
@@
-60,6
+60,7
@@
static const struct
DEF_FMT (YUV422, Y42B),
DEF_FMT (NV12, NV12),
DEF_FMT (NV21, NV21),
+ DEF_FMT (NV16, NV16),
#undef DEF_FMT
};