glfeature: remove GST_GL_API_GLES3
authorMatthew Waters <ystreet00@gmail.com>
Fri, 30 May 2014 00:27:14 +0000 (10:27 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:42 +0000 (19:31 +0000)
commit4a8b31afd61412cdf7bd3bc80f85153925f1f0b0
tree4afbb3a0bfceda94faf83c0e2aece33d71a4ea51
parentbfd8550bff1ac0979689fa19c8f7f0edeebebcf8
glfeature: remove GST_GL_API_GLES3

instead check the gl version using gst_gl_context_check_gl_version()
24 files changed:
ext/gl/effects/gstgleffectidentity.c
ext/gl/effects/gstgleffectmirror.c
ext/gl/effects/gstgleffectsqueeze.c
ext/gl/gstglimagesink.c
gst-libs/gst/gl/glprototypes/base.h
gst-libs/gst/gl/glprototypes/blending.h
gst-libs/gst/gl/glprototypes/eglimage.h
gst-libs/gst/gl/glprototypes/fbo.h
gst-libs/gst/gl/glprototypes/fixedfunction.h
gst-libs/gst/gl/glprototypes/gles.h
gst-libs/gst/gl/glprototypes/opengl.h
gst-libs/gst/gl/glprototypes/shaders.h
gst-libs/gst/gl/gstglapi.c
gst-libs/gst/gl/gstglapi.h
gst-libs/gst/gl/gstglcolorconvert.c
gst-libs/gst/gl/gstgldownload.c
gst-libs/gst/gl/gstglfeature.c
gst-libs/gst/gl/gstglfeature.h
gst-libs/gst/gl/gstglmemory.c
gst-libs/gst/gl/gstglshader.c
gst-libs/gst/gl/gstglupload.c
gst-libs/gst/gl/gstgluploadmeta.c
gst-libs/gst/gl/gstglutils.c
gst-libs/gst/gl/gstglwindow.c