gstreamer/gst-libs/gst/gl/egl
Matthew Waters 6992e16d4d gl/memoryegl: remove access to private header gstglcontext_egl.h
It's been removed and thus compiling anything against GstGLMemoryEGL
would error with:

In file included from gstomxvideodec.c:41:0:
usr/include/gstreamer-1.0/gst/gl/egl/gstglmemoryegl.h:32:41: fatal error: gst/gl/egl/gstglcontext_egl.h: No such file or directory
 #include <gst/gl/egl/gstglcontext_egl.h>
                                         ^

https://bugzilla.gnome.org/show_bug.cgi?id=774886
2017-12-09 19:32:25 +00:00
..
gstegl.c gl/egl: move get_error_string() into gstegl 2017-12-09 19:32:24 +00:00
gstegl.h gl/egl: move get_error_string() into gstegl 2017-12-09 19:32:24 +00:00
gsteglimage.c gl/egl: remove EGLImage functions from egl context 2017-12-09 19:32:25 +00:00
gsteglimage.h gl/egl: remove EGLImage functions from egl context 2017-12-09 19:32:25 +00:00
gstglcontext_egl.c gl/egl: remove EGLImage functions from egl context 2017-12-09 19:32:25 +00:00
gstglcontext_egl.h gl/egl: remove EGLImage functions from egl context 2017-12-09 19:32:25 +00:00
gstgldisplay_egl.c display/egl: implement getting the EGLDisplay of a specific platform 2017-12-09 19:32:24 +00:00
gstgldisplay_egl.h display/egl: implement getting the EGLDisplay of a specific platform 2017-12-09 19:32:24 +00:00
gstglmemoryegl.c gl/egl: remove EGLImage functions from egl context 2017-12-09 19:32:25 +00:00
gstglmemoryegl.h gl/memoryegl: remove access to private header gstglcontext_egl.h 2017-12-09 19:32:25 +00:00
Makefile.am gl/egl: move get_error_string() into gstegl 2017-12-09 19:32:24 +00:00