GNOME Bugzilla – Bug 646293
GESTimelineLayer and GESSimpleTimelineLayer don't take gaps into account.
Last modified: 2013-09-24 16:03:38 UTC
Created attachment 184752 [details] 80 lines example for GESTimelineLayer. The simple example file attached should display nothing for ~ 5 seconds, then a red screen with a 880 hz beep, then stop, but the gap at the beginning does not exist.
First fix: commit 14480b43f487edc0639955b74d34df2be9a12c6e Author: Thibault Saunier <thibault.saunier@collabora.com> Date: Thu Oct 20 16:16:30 2011 +0200 ges: Add a gnl background object to tracks This is in order to support gaps in the timeline. This is not the proper solution, we should make sure to fill gaps properly, but for the time being, it makes the trick We should detect the gaps properly and then add GES*TestSource at the exact time of them instead of using a background. This, in order to have better performances.