From b0f065534397283bde68a76f7f46b35c032c11d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 11 Aug 2017 21:40:14 +0100 Subject: [PATCH] ges: sprinkle more GST_EXPORT --- ges/ges-smart-adder.h | 3 +++ ges/ges-smart-video-mixer.h | 3 ++- ges/ges-timeline-element.h | 2 +- ges/ges-video-track.h | 2 ++ 4 files changed, 8 insertions(+), 2 deletions(-) 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); -- 2.7.4