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 059cc73487
commit 93c379a3fc
2 changed files with 2 additions and 0 deletions

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

View 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