gstreamer/gst-libs/gst/gl/egl
Julien Isorce 738ed418ad gl: support cgl, egl and glx within a same build
On osx, with the same build,
gst-launch-1.0 videotestsrc ! glimagesink works with:

GST_GL_PLATFORM=egl GST_GL_WINDOW=x11 GST_GL_API=gles2
GST_GL_PLATFORM=egl GST_GL_WINDOW=x11 GST_GL_API=opengl

GST_GL_PLATFORM=glx GST_GL_WINDOW=x11 GST_GL_API=opengl

GST_GL_PLATFORM=cgl GST_GL_WINDOW=cocoa GST_GL_API=opengl
GST_GL_PLATFORM=cgl GST_GL_WINDOW=cocoa GST_GL_API=opengl3

https://bugzilla.gnome.org/show_bug.cgi?id=752743
2017-12-09 19:32:06 +00:00
..
gstegl.h gl: consolidate egl header includes to egl-only headers 2017-12-09 19:32:05 +00:00
gsteglimagememory.c Remove a bunch of silly ';;' typos at the end of lines 2017-12-09 19:31:56 +00:00
gsteglimagememory.h glupload: rearchitecture for non GLMemory inputs/outputs 2017-12-09 19:31:50 +00:00
gstglcontext_egl.c gl: support cgl, egl and glx within a same build 2017-12-09 19:32:06 +00:00
gstglcontext_egl.h glcontext: consolidate get_proc_address function definition 2017-12-09 19:32:05 +00:00
gstgldisplay_egl.c gl: add EGLImage support 2017-12-09 19:31:35 +00:00
gstgldisplay_egl.h gl: consolidate egl header includes to egl-only headers 2017-12-09 19:32:05 +00:00
Makefile.am gl: consolidate egl header includes to egl-only headers 2017-12-09 19:32:05 +00:00