gstreamer/gst-libs/gst/gl/egl
Tim-Philipp Müller 4be04f8315 gl: don't export symbols that are not supposed to be public
Make a bunch of symbols private that are currently leaked
accidentally because they have a gst_* prefix and are used
internally. We mark those we can't make static with
G_GNUC_INTERNAL so that they get hidden with the autotools
build as well (although we could just pass -fvisibility=hidden
there too).
2017-12-09 19:32:29 +00:00
..
gstegl.c gl/docs: add symbols from -unused.txt 2017-12-09 19:32:26 +00:00
gstegl.h gl/egl: move get_error_string() into gstegl 2017-12-09 19:32:24 +00:00
gsteglimage.c gl/format: use our own GL format enum's instead of gstvideo's 2017-12-09 19:32:27 +00:00
gsteglimage.h gl, wayland: mark more declared functions with GST_EXPORT 2017-12-09 19:32:29 +00:00
gstglcontext_egl.c gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
gstglcontext_egl.h gl: don't export symbols that are not supposed to be public 2017-12-09 19:32:29 +00:00
gstgldisplay_egl.c gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-12-09 19:32:28 +00:00
gstgldisplay_egl.h gl, wayland: mark more declared functions with GST_EXPORT 2017-12-09 19:32:29 +00:00
gstglmemoryegl.c gl: return NULL mem if eglCreateImage failed 2017-12-09 19:32:29 +00:00
gstglmemoryegl.h gl, wayland: mark more declared functions with GST_EXPORT 2017-12-09 19:32:29 +00:00
Makefile.am gl/egl: move get_error_string() into gstegl 2017-12-09 19:32:24 +00:00