GNOME Bugzilla – Bug 594181
playhead/seeking broken by latest changes to factory cache in singledecodebin
Last modified: 2009-09-05 11:39:09 UTC
The latest commit, 6c019612aa4e9a3ba7c3c74da5d535baa100ad81 ("Fix the factory cache in singledecodebin.") somehow broke the timeline playhead and perhaps seeking, making seeking uncertain, or unreliable/impossible. Reverting to 24a13dae34de9c70bd51c39f1568454c4257dece fixes it
Ah, and this seems to happen only when loading existing projects.
The new patch changed the behaviour of sorted factories. We need factories sorted by highest-rank first. commit bd6e035e13dbf15611c55f8fa03127cdedd97db6 Author: Edward Hervey <bilboed@bilboed.com> Date: Sat Sep 5 11:01:30 2009 +0200 CachedFactoryList: We sort factories by reverse order of rank. Fixes #594181 Also add some debugging.