timeline: Comment some variables goals
authorThibault Saunier <thibault.saunier@collabora.com>
Fri, 29 Mar 2013 14:50:12 +0000 (15:50 +0100)
committerThibault Saunier <thibault.saunier@collabora.com>
Fri, 29 Mar 2013 14:50:12 +0000 (15:50 +0100)
ges/ges-timeline.c

index 2eef9e4..bee7007 100644 (file)
@@ -158,6 +158,8 @@ struct _GESTimelinePrivate
 
   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;
 };