GNOME Bugzilla – Bug 674841
gnlcomposition: Update pipeline with delayed duration updates
Last modified: 2014-12-15 16:36:23 UTC
Attaching a small patch to deal with situations when duration updates take a while to complete.
Created attachment 212846 [details] [review] gnlcomposition: Update pipeline with delayed duration updates Sometimes, the stop time might get updated after a while, and till then all pipeline updates will be skipped due to a null stack. This fixes the condition in which pipeline updates are made when object start/stop time or priority changes and also updates a similar condition while changing the active object.
Sorry, forgot the components in git-bz.
Great! I had a similar patch waiting at: https://bugzilla.gnome.org/show_bug.cgi?id=673502 So I guess that makes this bug twice as important :)
That code changed a lot and it seem that part does not exist anymore, closing as obselete as I believe it has been fixed anyway.