mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
kmssink: enable UYVY, YUY2, and YVYU (interleaved YUV 4:2:2) formats
https://bugzilla.gnome.org/show_bug.cgi?id=761059
This commit is contained in:
parent
360e9343f9
commit
2f51985191
1 changed files with 3 additions and 2 deletions
|
@ -53,8 +53,9 @@ static const struct
|
|||
DEF_FMT (ABGR8888, ABGR),
|
||||
DEF_FMT (XBGR8888, xBGR),
|
||||
#endif
|
||||
/* DEF_FMT (YUYV, ???), */
|
||||
/* DEF_FMT (YVYU, ???), */
|
||||
DEF_FMT (UYVY, UYVY),
|
||||
DEF_FMT (YUYV, YUY2),
|
||||
DEF_FMT (YVYU, YVYU),
|
||||
DEF_FMT (YUV420, I420),
|
||||
DEF_FMT (YVU420, YV12),
|
||||
DEF_FMT (YUV422, Y42B),
|
||||
|
|
Loading…
Reference in a new issue