Skip to content

wlvideoformat: fix typo in the format list

Michael Olbrich requested to merge mol/gst-plugins-bad:wlvideoformat into master

DRM_FORMAT_ARGB8888 was actually used twice in the list for different SHM / Gstreamer formats. In this case DRM_FORMAT_ABGR8888 is the correct format.

Merge request reports