GNOME Bugzilla – Bug 645107
[multiqueue] Implement throttling based on stream's running time
Last modified: 2011-06-15 17:29:52 UTC
Currently multiqueue implements throttling of streams that return not-linked but only considers buffers as unit here and not running time. A new mode could be added that implements the not-linked throttling with running time or even throttling of all streams. The latter would allow bug #645016 to be closed because playbin2 could set input-selector to always-ok (unfortunately as a side-effect all streams need to be decoded then, even unselected ones, because pad-alloc will always return OK and many elements skip expensive decoding or other processing if pad-alloc fails). Bug #645017 is related and essentially is the same throttling for input-selector.
commit 9f831097062205a0382d553d7732e737a9a5dd3f Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Tue Mar 22 13:19:47 2011 +0100 multiqueue: Add mode to synchronize deactivated/not-linked streams by the ru Fixes bug #645107, #600648.