GStreamer multimedia framework
Find a file
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
ext/gl glfilter: Remove hard-coded pad templates 2017-12-09 19:32:29 +00:00
gst-libs/gst/gl gl: don't export symbols that are not supposed to be public 2017-12-09 19:32:29 +00:00
pkgconfig pkgconfig: missing GL_CFLAGS in gstreamer-gl-uninstalled.pc.in 2017-12-09 19:32:29 +00:00
tests examples: gl: remove ancient bitrotten .vcproj files 2017-12-09 19:32:28 +00:00