gstreamer/tests/check/libs
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
..
.gitignore gl: do not include GL headers in public gstgl headers 2017-08-22 10:00:19 +01:00
aggregator.c aggregator: Fix leak in unit test 2016-03-28 13:52:07 +03:00
gstglcolorconvert.c gl/format: use our own GL format enum's instead of gstvideo's 2017-03-13 21:10:58 +11:00
gstglcontext.c gl: do not include GL headers in public gstgl headers 2017-08-22 10:00:19 +01:00
gstglheaders.c gl: do not include GL headers in public gstgl headers 2017-08-22 10:00:19 +01:00
gstglmemory.c gl/format: use our own GL format enum's instead of gstvideo's 2017-03-13 21:10:58 +11:00
gstglquery.c gl: add a gstglquery object for arbitrary GL queries 2016-01-15 13:21:56 +11:00
gstglsl.c glsl: fix #version 150 not working with profiles 2016-11-03 12:08:44 +11:00
gstglupload.c gl: do not include GL headers in public gstgl headers 2017-08-22 10:00:19 +01:00
h264parser.c check: Use GST_CHECK_MAIN () macro everywhere 2015-06-02 16:04:40 +02:00
insertbin.c tests: insertbin: update tests to 1.x scenario 2014-02-04 14:17:26 -03:00
mpegts.c check: Use GST_CHECK_MAIN () macro everywhere 2015-06-02 16:04:40 +02:00
mpegvideoparser.c check: Use GST_CHECK_MAIN () macro everywhere 2015-06-02 16:04:40 +02:00
player.c check: Use gst_check_run_suite 2017-01-02 15:05:19 +01:00
vc1parser.c check: Use GST_CHECK_MAIN () macro everywhere 2015-06-02 16:04:40 +02:00
vp8parser.c check: Use GST_CHECK_MAIN () macro everywhere 2015-06-02 16:04:40 +02:00