gl/format: use the unsized format for RGB on GLES2
authorMatthew Waters <matthew@centricular.com>
Fri, 16 Dec 2016 14:00:00 +0000 (01:00 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:25 +0000 (19:32 +0000)
commit054b26411a9bdaacf410890e04921624b4acae92
tree708fe8ac68be186442b1dc424cb00fbbda4a652f
parentfe3298993bbfe2d6e4e4daf32e35ff60f65df9f3
gl/format: use the unsized format for RGB on GLES2

In GLES2 GL_RGB8 doesn't exist so we cannot use it, use GL_RGB
instead.

https://bugzilla.gnome.org/show_bug.cgi?id=776141
gst-libs/gst/gl/gstglformat.c