projects
/
platform
/
upstream
/
gst-editing-services.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7c748a
)
track: Update gaps when we set the timeline
author
Thibault Saunier
<thibault.saunier@collabora.com>
Thu, 23 May 2013 15:57:42 +0000
(11:57 -0400)
committer
Thibault Saunier
<thibault.saunier@collabora.com>
Tue, 28 May 2013 22:27:31 +0000
(18:27 -0400)
ges/ges-track.c
patch
|
blob
|
history
diff --git
a/ges/ges-track.c
b/ges/ges-track.c
index
1006387
..
335c6ce
100644
(file)
--- a/
ges/ges-track.c
+++ b/
ges/ges-track.c
@@
-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);
}
/**