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)
committerMatthew Waters <matthew@centricular.com>
Fri, 16 Dec 2016 14:13:44 +0000 (01:13 +1100)
commitd8d28e4426009a8d73308ea1869ca5c95ae27c89
tree19a56270232d1aa51ec2fe46ff33c7a74049f263
parenta38887375f3631c9198fa328e76a7ae7b28a16c0
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