gstreamer/gst-libs/gst/gl/egl
Matthew Waters 0af0237c4a gl: fix usage of string.h and stdio.h functions without including the headers
e.g:
gstglcontext_egl.c:613:7: error: implicit declaration of function 'strcmp'
[-Werror=implicit-function-declaration]
   if (strcmp (G_MODULE_SUFFIX, "so") == 0)
2015-10-21 04:53:08 +11:00
..
gstegl.h gl: consolidate egl header includes to egl-only headers 2015-07-07 13:12:49 +10:00
gsteglimagememory.c gl: fix usage of string.h and stdio.h functions without including the headers 2015-10-21 04:53:08 +11:00
gsteglimagememory.h glupload: rearchitecture for non GLMemory inputs/outputs 2014-11-23 17:13:36 +11:00
gstglcontext_egl.c gl: fix usage of string.h and stdio.h functions without including the headers 2015-10-21 04:53:08 +11:00
gstglcontext_egl.h gl: be consistent in gobject boilerpate 2015-10-19 15:15:30 +11:00
gstgldisplay_egl.c gl: add EGLImage support 2014-03-26 19:09:13 +00:00
gstgldisplay_egl.h gl: consolidate egl header includes to egl-only headers 2015-07-07 13:12:49 +10:00
Makefile.am gl: consolidate egl header includes to egl-only headers 2015-07-07 13:12:49 +10:00