gstreamer/ext/gl
Julien Isorce 3573238683 gl: do not include GL headers in public gstgl headers
Except for gst/gl/gstglfuncs.h

It is up to the client app to include these headers.
It is coherent with the fact that gstreamer-gl.pc does not
require any egl.pc/gles.pc. I.e. it is the responsability
of the app to search these headers within its build setup.

For example gstreamer-vaapi includes explicitly EGL/egl.h
and search for it in its configure.ac.

For example with this patch, if an app includes the headers
  gst/gl/egl/gstglcontext_egl.h
  gst/gl/egl/gstgldisplay_egl.h
  gst/gl/egl/gstglmemoryegl.h
it will *no longer* automatically include EGL/egl.h and GLES2/gl2.h.
Which is good because the app might want to use the gstgl api only
without the need to bother about gl headers.

Also added a test: cd tests/check && make libs/gstglheaders.check

https://bugzilla.gnome.org/show_bug.cgi?id=784779
2017-08-22 10:00:19 +01:00
..
gstglbasemixer.c glbasemixer: Remove unused negotiated member 2017-05-21 18:31:59 +02:00
gstglbasemixer.h glbasemixer: Remove unused negotiated member 2017-05-21 18:31:59 +02:00
gstglmixer.c gl*mixer: Use propose_allocation from the GstAggregator base class 2017-05-21 18:17:54 +02:00
gstglmixer.h gl: do not include GL headers in public gstgl headers 2017-08-22 10:00:19 +01:00
gstglmixerbin.c glmixerbin: proxy the start-time-* properties from aggregator 2016-04-04 20:54:23 +10:00
gstglmixerbin.h gl: new glmixerbin element 2015-03-12 16:45:51 +00:00
gstglmosaic.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstglmosaic.h gl: use GLMemory for accessing textures everywhere 2016-07-26 14:07:24 +10:00
gstglstereomix.c aggregator: add simple support for caps handling 2017-05-20 16:21:17 +02:00
gstglstereomix.h glstereomix: Fix caps negotiation 2016-08-26 03:25:49 +10:00
gstglvideomixer.c gl: do not include GL headers in public gstgl headers 2017-08-22 10:00:19 +01:00
gstglvideomixer.h glframebuffer: rewrite for a more consistent API 2016-07-26 14:07:24 +10:00