mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 14:36:41 +00:00
0b8f1f9e54
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). |
||
---|---|---|
.. | ||
gstegl.c | ||
gstegl.h | ||
gsteglimage.c | ||
gsteglimage.h | ||
gstglcontext_egl.c | ||
gstglcontext_egl.h | ||
gstgldisplay_egl.c | ||
gstgldisplay_egl.h | ||
gstglmemoryegl.c | ||
gstglmemoryegl.h | ||
Makefile.am |