build: Expose ges symbols in gst-full
authorThibault Saunier <tsaunier@igalia.com>
Tue, 14 Sep 2021 11:57:15 +0000 (08:57 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Fri, 15 Oct 2021 22:27:30 +0000 (19:27 -0300)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1093>

data/misc/gstreamer-full-default.map

index 5fd04d0..0a1e1ba 100644 (file)
@@ -1,7 +1,9 @@
 {
   global:
-    gst_*;
+    ges_*;
+    GES_*;
     GST_*;
+    gst_*;
     _gst_*;
     g_*;
     glib_*;