ges: sprinkle more GST_EXPORT
authorTim-Philipp Müller <tim@centricular.com>
Fri, 11 Aug 2017 20:40:14 +0000 (21:40 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 11 Aug 2017 21:24:12 +0000 (22:24 +0100)
ges/ges-smart-adder.h
ges/ges-smart-video-mixer.h
ges/ges-timeline-element.h
ges/ges-video-track.h

index ac45021..4f4baa7 100644 (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
index 90d499b..e4110d9 100644 (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
index fed2c10..e0c5380 100644 (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;
index 0a6d615..0051c20 100644 (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);