From: Tim-Philipp Müller Date: Fri, 11 Aug 2017 20:40:14 +0000 (+0100) Subject: ges: sprinkle more GST_EXPORT X-Git-Tag: 1.19.3~493^2~783 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0f065534397283bde68a76f7f46b35c032c11d4;p=platform%2Fupstream%2Fgstreamer.git ges: sprinkle more GST_EXPORT --- diff --git a/ges/ges-smart-adder.h b/ges/ges-smart-adder.h index ac45021..4f4baa7 100644 --- a/ges/ges-smart-adder.h +++ b/ges/ges-smart-adder.h @@ -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 diff --git a/ges/ges-smart-video-mixer.h b/ges/ges-smart-video-mixer.h index 90d499b..e4110d9 100644 --- a/ges/ges-smart-video-mixer.h +++ b/ges/ges-smart-video-mixer.h @@ -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 diff --git a/ges/ges-timeline-element.h b/ges/ges-timeline-element.h index fed2c10..e0c5380 100644 --- a/ges/ges-timeline-element.h +++ b/ges/ges-timeline-element.h @@ -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; diff --git a/ges/ges-video-track.h b/ges/ges-video-track.h index 0a6d615..0051c20 100644 --- a/ges/ges-video-track.h +++ b/ges/ges-video-track.h @@ -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);