mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
ges: sprinkle more GST_EXPORT
This commit is contained in:
parent
a8b7180918
commit
b0f0655343
4 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue