mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +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_split
|
||||
ges_clip_edit
|
||||
<SUBSECTION Standard>
|
||||
GES_CLIP_HEIGHT
|
||||
ges_clip_create_track_elements
|
||||
ges_clip_create_track_element
|
||||
ges_clip_fill_track_element
|
||||
ges_clip_is_moving_from_layer
|
||||
ges_clip_set_moving_from_layer
|
||||
<SUBSECTION Standard>
|
||||
GESClipPrivate
|
||||
GES_IS_CLIP
|
||||
GES_IS_CLIP_CLASS
|
||||
|
|
|
@ -160,9 +160,7 @@ GESTrackElement* ges_clip_find_track_element (GESClip *clip, GESTrack *trac
|
|||
* Layer *
|
||||
****************************************************/
|
||||
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);
|
||||
void ges_clip_set_moving_from_layer (GESClip *clip, gboolean is_moving);
|
||||
|
||||
/****************************************************
|
||||
* Effects *
|
||||
|
|
|
@ -236,5 +236,7 @@ G_GNUC_INTERNAL void _ges_container_set_ignore_notifies (GESContainer *container
|
|||
* GESClip *
|
||||
****************************************************/
|
||||
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__ */
|
||||
|
|
Loading…
Reference in a new issue