wayland: Add support for RGBx and RGBA formats
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>
Tue, 18 Jun 2013 11:47:54 +0000 (13:47 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 18 Jun 2013 12:03:13 +0000 (14:03 +0200)
commit3fc6f1d9b7110baa3c9e85a9037b3ff4dbdfd330
tree9d43fe714c5ddca56433ce1f7681fe1c98830547
parent67e71d7931b3573663ff31ae0e4ffff225f2b163
wayland: Add support for RGBx and RGBA formats

Wayland interface could offer two buffers pixels formats: WL_SHM_FORMAT_XRGB8888 and WL_SHM_FORMAT_ARGB8888.
Update waylandsink to support them and check if the format is really available.

https://bugzilla.gnome.org/show_bug.cgi?id=702112
ext/wayland/gstwaylandsink.c
ext/wayland/gstwaylandsink.h
ext/wayland/waylandpool.c