video: mark symbols explicitly for export with GST_EXPORT
This commit is contained in:
parent
059cc73487
commit
93c379a3fc
@ -110,6 +110,7 @@ struct _GstVideoAggregatorClass
|
||||
gpointer _gst_reserved[GST_PADDING_LARGE];
|
||||
};
|
||||
|
||||
GST_EXPORT
|
||||
GType gst_video_aggregator_get_type (void);
|
||||
|
||||
G_END_DECLS
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user