mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
timeline: Comment some variables goals
This commit is contained in:
parent
f8e4a2dc7d
commit
f114b6eb3b
1 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,8 @@ struct _GESTimelinePrivate
|
||||||
|
|
||||||
gboolean updates_enabled;
|
gboolean updates_enabled;
|
||||||
|
|
||||||
|
/* While we are creating and adding the TrackElements for a clip, we need to
|
||||||
|
* ignore the child-added signal */
|
||||||
GESClip *ignore_track_element_added;
|
GESClip *ignore_track_element_added;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue