gstreamer/gst-libs/gst/gl/x11
Tim-Philipp Müller 0b8f1f9e54 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-08-13 11:09:25 +01:00
..
gstglcontext_glx.c gl: don't export symbols that are not supposed to be public 2017-08-13 11:09:25 +01:00
gstglcontext_glx.h gl: don't export symbols that are not supposed to be public 2017-08-13 11:09:25 +01:00
gstgldisplay_x11.c gl: don't export symbols that are not supposed to be public 2017-08-13 11:09:25 +01:00
gstgldisplay_x11.h gl, wayland: mark more declared functions with GST_EXPORT 2017-08-10 09:09:22 +01:00
gstglwindow_x11.c gl: don't export symbols that are not supposed to be public 2017-08-13 11:09:25 +01:00
gstglwindow_x11.h gl: don't export symbols that are not supposed to be public 2017-08-13 11:09:25 +01:00
Makefile.am gl/x11: use xcb instead of libX11 2016-11-08 15:14:26 +11:00
xcb_event_source.c gl: don't export symbols that are not supposed to be public 2017-08-13 11:09:25 +01:00
xcb_event_source.h gl/x11: use xcb instead of libX11 2016-11-08 15:14:26 +11:00