wlvideoformat: fix typo in the format list
authorMichael Olbrich <m.olbrich@pengutronix.de>
Sun, 28 Jun 2020 16:54:54 +0000 (18:54 +0200)
committerMichael Olbrich <m.olbrich@pengutronix.de>
Sun, 28 Jun 2020 16:55:02 +0000 (18:55 +0200)
commit76411205c8009545a83dc599297ace7fdfdcd427
tree9a0b933ff54627776389c5b8a5d18486c942b01f
parent79d11c202278a54bce81d3c8b27e154903e4517e
wlvideoformat: fix typo in the format list

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.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1382>
ext/wayland/wlvideoformat.c