diff options
Diffstat (limited to 'ges/ges-track.c')
-rw-r--r-- | ges/ges-track.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ges/ges-track.c b/ges/ges-track.c index f307358a..fe1ce00d 100644 --- a/ges/ges-track.c +++ b/ges/ges-track.c @@ -183,7 +183,7 @@ update_gaps (GESTrack * track) GSequenceIter *it; GESTrackElement *trackelement; - GstClockTime start, end, duration = 0, timeline_duration; + GstClockTime start, end, duration = 0, timeline_duration = 0; GESTrackPrivate *priv = track->priv; |