video: mark symbols explicitly for export with GST_EXPORT
authorTim-Philipp Müller <tim@centricular.com>
Tue, 18 Jul 2017 11:46:09 +0000 (12:46 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 18 Jul 2017 11:46:57 +0000 (12:46 +0100)
gst-libs/gst/video/gstvideoaggregator.h
gst-libs/gst/video/gstvideoaggregatorpad.h

index ced6124..3c74d1a 100644 (file)
@@ -110,6 +110,7 @@ struct _GstVideoAggregatorClass
   gpointer            _gst_reserved[GST_PADDING_LARGE];
 };
 
+GST_EXPORT
 GType gst_video_aggregator_get_type       (void);
 
 G_END_DECLS
index b2cc3e7..2a3ee44 100644 (file)
@@ -99,6 +99,7 @@ struct _GstVideoAggregatorPadClass
   gpointer          _gst_reserved[GST_PADDING_LARGE];
 };
 
+GST_EXPORT
 GType gst_video_aggregator_pad_get_type (void);
 
 G_END_DECLS