mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
Hide ges_smart_mixer_* API
The header file isn't installed anyway.
This commit is contained in:
parent
ab863549b6
commit
b14b8b77e8
2 changed files with 5 additions and 6 deletions
|
@ -59,11 +59,13 @@ struct _GESSmartMixer
|
||||||
gpointer _ges_reserved[GES_PADDING];
|
gpointer _ges_reserved[GES_PADDING];
|
||||||
};
|
};
|
||||||
|
|
||||||
GST_EXPORT
|
G_GNUC_INTERNAL
|
||||||
GType ges_smart_mixer_get_type (void) G_GNUC_CONST;
|
GType ges_smart_mixer_get_type (void) G_GNUC_CONST;
|
||||||
GST_EXPORT GstPad *
|
|
||||||
|
G_GNUC_INTERNAL GstPad *
|
||||||
ges_smart_mixer_get_mixer_pad (GESSmartMixer *self, GstPad **mixerpad);
|
ges_smart_mixer_get_mixer_pad (GESSmartMixer *self, GstPad **mixerpad);
|
||||||
GST_EXPORT
|
|
||||||
|
G_GNUC_INTERNAL
|
||||||
GstElement* ges_smart_mixer_new (GESTrack *track);
|
GstElement* ges_smart_mixer_new (GESTrack *track);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
|
@ -179,9 +179,6 @@ EXPORTS
|
||||||
ges_pspec_hash
|
ges_pspec_hash
|
||||||
ges_smart_adder_get_type
|
ges_smart_adder_get_type
|
||||||
ges_smart_adder_new
|
ges_smart_adder_new
|
||||||
ges_smart_mixer_get_mixer_pad
|
|
||||||
ges_smart_mixer_get_type
|
|
||||||
ges_smart_mixer_new
|
|
||||||
ges_source_clip_get_type
|
ges_source_clip_get_type
|
||||||
ges_source_get_type
|
ges_source_get_type
|
||||||
ges_test_clip_get_frequency
|
ges_test_clip_get_frequency
|
||||||
|
|
Loading…
Reference in a new issue