ges: sprinkle more GST_EXPORT

This commit is contained in:
Tim-Philipp Müller 2017-08-11 21:40:14 +01:00
parent a8b7180918
commit b0f0655343
4 changed files with 8 additions and 2 deletions

View file

@ -60,7 +60,10 @@ struct _GESSmartAdder
gpointer _ges_reserved[GES_PADDING];
};
GST_EXPORT
GType ges_smart_adder_get_type (void) G_GNUC_CONST;
GST_EXPORT
GstElement* ges_smart_adder_new (GESTrack *track);
G_END_DECLS

View file

@ -59,7 +59,8 @@ struct _GESSmartMixer
gpointer _ges_reserved[GES_PADDING];
};
GType ges_smart_mixer_get_type (void) G_GNUC_CONST;
GST_EXPORT
GType ges_smart_mixer_get_type (void) G_GNUC_CONST;
GST_EXPORT GstPad *
ges_smart_mixer_get_mixer_pad (GESSmartMixer *self, GstPad **mixerpad);
GST_EXPORT

View file

@ -286,7 +286,7 @@ GST_EXPORT void
ges_timeline_element_set_child_property_by_pspec (GESTimelineElement * self,
GParamSpec * pspec,
GValue * value);
GST_EXPORT
void ges_timeline_element_set_child_properties (GESTimelineElement * self,
const gchar * first_property_name,
...) G_GNUC_NULL_TERMINATED;

View file

@ -54,7 +54,9 @@ struct _GESVideoTrack
gpointer _ges_reserved[GES_PADDING];
};
GST_EXPORT
GType ges_video_track_get_type (void) G_GNUC_CONST;
GST_EXPORT
GESVideoTrack * ges_video_track_new (void);