GNOME Bugzilla – Bug 783066
glformat: fix the usage of GST_GL_RGB565
Last modified: 2017-05-29 07:59:27 UTC
GL_RGB565 is sized internal glformat, the corresponding glformat should be GL_RGB and type is GL_UNSIGNED_SHORT_565. Otherwise will return GL_INVALID_ENUM when creating texture.
Created attachment 352548 [details] [review] glformat: fix the usage of GST_GL_RGB565
Attachment 352548 [details] pushed as c2b2c68 - glformat: fix the usage of GST_GL_RGB565