mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
kmssink: enable Y42B (planar YUV 4:2:2) format
https://bugzilla.gnome.org/show_bug.cgi?id=761059
This commit is contained in:
parent
7d06cf3297
commit
bdb62b2658
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
|
||||
|
|
Loading…
Reference in a new issue