commit | fdeefe424184d8d50e6ed0a9a5759c4a80366f41 | [log] [tgz] |
---|---|---|
author | Vincent Abriou <vincent.abriou@st.com> | Wed Oct 05 14:54:34 2016 +0200 |
committer | Daniel Stone <daniels@collabora.com> | Wed Oct 05 18:05:44 2016 +0100 |
tree | 226433be70a0ea0c700a839c9de6e4ad0191004f | |
parent | c950667e87dc175bd2741a51460ebd3e29a57c92 [diff] |
gl-renderer: add support of WL_SHM_FORMAT_YUV420 This patch allow gl-renderer to accept WL_SHM_FORMAT_YUV420 buffers. In a gstreamer pipeline, the support of the WL_SHM_FORMAT_YUV420 by weston avoid pixel conversion between software decoders and waylandsink. Indeed, software decoders output I420 (YUV420 planar) that will match with WL_SHM_FORMAT_YUV420. Signed-off-by: Vincent Abriou <vincent.abriou@st.com> Reviewed-by: Daniel Stone <daniels@collabora.com>