From d483df1d402dfe74ee800d74a1c1a4430a6b2e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 18 Jul 2017 12:46:09 +0100 Subject: [PATCH] video: mark symbols explicitly for export with GST_EXPORT --- gst-libs/gst/video/gstvideoaggregator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/video/gstvideoaggregator.h b/gst-libs/gst/video/gstvideoaggregator.h index ced6124aec..3c74d1aa84 100644 --- a/gst-libs/gst/video/gstvideoaggregator.h +++ b/gst-libs/gst/video/gstvideoaggregator.h @@ -110,6 +110,7 @@ struct _GstVideoAggregatorClass gpointer _gst_reserved[GST_PADDING_LARGE]; }; +GST_EXPORT GType gst_video_aggregator_get_type (void); G_END_DECLS