video: mark symbols explicitly for export with GST_EXPORT

This commit is contained in:
Tim-Philipp Müller 2017-07-18 12:46:09 +01:00
parent 027a62a9d1
commit d483df1d40

View 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