track: Update gaps when we set the timeline

This commit is contained in:
Thibault Saunier 2013-05-23 11:57:42 -04:00
parent e7c748a7f2
commit 9ea53465d2

View file

@ -676,6 +676,7 @@ ges_track_set_timeline (GESTrack * track, GESTimeline * timeline)
G_CALLBACK (timeline_duration_changed_cb), track);
track->priv->timeline = timeline;
resort_and_fill_gaps (track);
}
/**