mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
clip: Make set/is_moving_from_layer internal
This commit is contained in:
parent
058f0d0099
commit
dd50427714
3 changed files with 3 additions and 5 deletions
|
@ -396,13 +396,11 @@ ges_clip_set_supported_formats
|
||||||
ges_clip_get_supported_formats
|
ges_clip_get_supported_formats
|
||||||
ges_clip_split
|
ges_clip_split
|
||||||
ges_clip_edit
|
ges_clip_edit
|
||||||
<SUBSECTION Standard>
|
|
||||||
GES_CLIP_HEIGHT
|
GES_CLIP_HEIGHT
|
||||||
ges_clip_create_track_elements
|
ges_clip_create_track_elements
|
||||||
ges_clip_create_track_element
|
ges_clip_create_track_element
|
||||||
ges_clip_fill_track_element
|
ges_clip_fill_track_element
|
||||||
ges_clip_is_moving_from_layer
|
<SUBSECTION Standard>
|
||||||
ges_clip_set_moving_from_layer
|
|
||||||
GESClipPrivate
|
GESClipPrivate
|
||||||
GES_IS_CLIP
|
GES_IS_CLIP
|
||||||
GES_IS_CLIP_CLASS
|
GES_IS_CLIP_CLASS
|
||||||
|
|
|
@ -160,9 +160,7 @@ GESTrackElement* ges_clip_find_track_element (GESClip *clip, GESTrack *trac
|
||||||
* Layer *
|
* Layer *
|
||||||
****************************************************/
|
****************************************************/
|
||||||
GESTimelineLayer* ges_clip_get_layer (GESClip *clip);
|
GESTimelineLayer* ges_clip_get_layer (GESClip *clip);
|
||||||
gboolean ges_clip_is_moving_from_layer (GESClip *clip);
|
|
||||||
gboolean ges_clip_move_to_layer (GESClip *clip, GESTimelineLayer *layer);
|
gboolean ges_clip_move_to_layer (GESClip *clip, GESTimelineLayer *layer);
|
||||||
void ges_clip_set_moving_from_layer (GESClip *clip, gboolean is_moving);
|
|
||||||
|
|
||||||
/****************************************************
|
/****************************************************
|
||||||
* Effects *
|
* Effects *
|
||||||
|
|
|
@ -236,5 +236,7 @@ G_GNUC_INTERNAL void _ges_container_set_ignore_notifies (GESContainer *container
|
||||||
* GESClip *
|
* GESClip *
|
||||||
****************************************************/
|
****************************************************/
|
||||||
void ges_clip_set_layer (GESClip *clip, GESTimelineLayer *layer);
|
void ges_clip_set_layer (GESClip *clip, GESTimelineLayer *layer);
|
||||||
|
gboolean ges_clip_is_moving_from_layer (GESClip *clip);
|
||||||
|
void ges_clip_set_moving_from_layer (GESClip *clip, gboolean is_moving);
|
||||||
|
|
||||||
#endif /* __GES_INTERNAL_H__ */
|
#endif /* __GES_INTERNAL_H__ */
|
||||||
|
|
Loading…
Reference in a new issue