Skip to content

wayland: clean up video formats and add NV61 format

It cleans up videoFormat by combining the wl_shm_formats and drm_formats for dmabuf into a single table that represents the same format. Btw, the drm format is matches the wl_shm format except for the argb8888 and xrgb8888. In addition, it adds NV61 format to the waylandsink.

I have a doubt, yuv444 has been matched to the GST_VIDEO_FORMAT_v308 format, which seems to not a planar format, shouldn't it be GST_VIDEO_FORMAT_Y444 instead of v308?

Edited by Tim-Philipp Müller

Merge request reports