[793/906] add a GstGLContext object that will be the basis of OpenGL contexts
authorMatthew Waters <ystreet00@gmail.com>
Wed, 14 Aug 2013 00:44:19 +0000 (10:44 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:30 +0000 (19:31 +0000)
commite80533dceecf50df7604fd03c5c665021ccbcb57
treec1934dd282bdd0e4211db12b69ea576f9bb6828d
parent175f28848cffa08983195131838df03b373a3ff4
[793/906] add a GstGLContext object that will be the basis of OpenGL contexts

At the moment it just sits in between GstGLDisplay and GstGLWindow
performing some of the stuff that GstGLWindow used to do.
19 files changed:
gst-libs/gst/gl/Makefile.am
gst-libs/gst/gl/android/gstglwindow_android_egl.c
gst-libs/gst/gl/gl.h
gst-libs/gst/gl/gstgl_fwd.h
gst-libs/gst/gl/gstglcontext.c [new file with mode: 0644]
gst-libs/gst/gl/gstglcontext.h [new file with mode: 0644]
gst-libs/gst/gl/gstgldisplay.c
gst-libs/gst/gl/gstgldisplay.h
gst-libs/gst/gl/gstglfeature.c
gst-libs/gst/gl/gstglfilter.c
gst-libs/gst/gl/gstglmixer.c
gst-libs/gst/gl/gstglutils.c
gst-libs/gst/gl/gstglwindow.c
gst-libs/gst/gl/gstglwindow.h
gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c
gst-libs/gst/gl/win32/gstglwindow_win32_egl.c
gst-libs/gst/gl/win32/gstglwindow_win32_wgl.c
gst-libs/gst/gl/x11/gstglwindow_x11_egl.c
gst-libs/gst/gl/x11/gstglwindow_x11_glx.c