gstreamer/gst-libs/gst
Julien Isorce 2fd84a6c86 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
..
adaptivedemux adaptivedemux: start/stop the manifest update loop on liveness or periodic update changes 2017-08-15 15:19:32 +10:00
allocators allocators: mark symbols explicitly for export with GST_EXPORT 2017-07-18 12:46:57 +01:00
audio audioaggregator: use local var 2017-07-26 09:43:52 +02:00
base aggregator: log all events 2017-07-30 12:19:35 +02:00
basecamerabinsrc basecamerabinsrc: mark symbols explicitly for export with GST_EXPORT 2017-07-18 12:46:57 +01:00
codecparsers codecparsers: make debug categories static 2017-08-11 14:34:34 +01:00
gl gl: do not include GL headers in public gstgl headers 2017-08-22 10:00:19 +01:00
insertbin insertbin: mark symbols explicitly for export with GST_EXPORT 2017-07-18 12:46:57 +01:00
interfaces photography: mark symbols explicitly for export with GST_EXPORT 2017-07-18 12:46:57 +01:00
mpegts mpegts: make accidentally exported debug category symbol private 2017-08-11 14:39:07 +01:00
opencv opencv: mark symbols explicitly for export with GST_EXPORT 2017-07-18 12:46:57 +01:00
player player: notify of media-info update after duration change 2017-08-15 09:38:55 +01:00
uridownloader uridownloader: mark symbols explicitly for export with GST_EXPORT 2017-07-18 12:46:57 +01:00
video videoaggregator: use colorimetry from find_best_format. 2017-08-10 13:55:59 +02:00
wayland gl, wayland: mark more declared functions with GST_EXPORT 2017-08-10 09:09:22 +01:00
gettext.h Fix FSF address 2012-11-04 00:09:59 +00:00
glib-compat-private.h Update GLib dependency to 2.40.0 2015-10-02 22:24:19 +03:00
gst-i18n-plugin.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am build: declare dependency from gl on allocators 2017-03-21 12:05:14 +11:00
meson.build opencv: Enable in meson build 2016-11-26 17:55:23 +00:00