mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
track: Update gaps when we set the timeline
This commit is contained in:
parent
e7c748a7f2
commit
9ea53465d2
1 changed files with 1 additions and 0 deletions
|
@ -676,6 +676,7 @@ ges_track_set_timeline (GESTrack * track, GESTimeline * timeline)
|
||||||
G_CALLBACK (timeline_duration_changed_cb), track);
|
G_CALLBACK (timeline_duration_changed_cb), track);
|
||||||
|
|
||||||
track->priv->timeline = timeline;
|
track->priv->timeline = timeline;
|
||||||
|
resort_and_fill_gaps (track);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue