Commits on Source (3)
-
Daniel Stone authored
GStreamer can accept up to four planes for a buffer; gcc isn't _quite_ smart enough to figure out that only the first plane of offset/stride will be accessed and so throws a warning that the params are too small. Fix that by making them arrays. Signed-off-by:
Daniel Stone <daniels@collabora.com>
-
Daniel Stone authored
EGLNativeWindowType can be a lot of different things, including a pointer which an XID is not. Explicitly cast it through uintptr_t so we don't throw build warnings either way. Signed-off-by:
Daniel Stone <daniels@collabora.com>
-
Daniel Stone authored
[XA]RGB8888 is almost universally the thing people want to use. Signed-off-by:
Daniel Stone <daniels@collabora.com>