Skip to content
Snippets Groups Projects
Commit 44942968 authored by Mathieu Duponchelle's avatar Mathieu Duponchelle
Browse files

ges-track: fill the gaps left empty by deactivated track elements.

parent cb4c9749
No related branches found
No related tags found
Loading
......@@ -201,6 +201,9 @@ update_gaps (GESTrack * track)
g_sequence_iter_is_end (it) == FALSE; it = g_sequence_iter_next (it)) {
trackelement = g_sequence_get (it);
if (!ges_track_element_is_active(trackelement))
continue;
start = _START (trackelement);
end = start + _DURATION (trackelement);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment