Skip to content

wlvideoformat: fix DMA format convertor

Randy Li requested to merge ayaka/gst-plugins-bad:fix_wayland into master

In the most of case, this typo would work. But for ARGB8888 and XRGB8888, which shm format is not based on fourcc, which would never appear in format enumeration.

Merge request reports