GNOME Bugzilla – Bug 608309
[appsrc] Should request new data before the queue is empty
Last modified: 2010-02-12 11:46:41 UTC
It would be nice if appsrc could request new data before the queue is empty. This would result in constantly pushing out data instead of filling the queue, waiting until it's ready again, filling it again, ... The time when new data should be requested could be configurable by a fill level.
I have a patch to push after the release.
Great, thanks :) Could you attach the patch here?
We could do something similar for max-percent commit c94356ad9bdd3e873413fd1476eb0e1d479bb8df Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Mon Feb 1 19:01:33 2010 +0100 appsrc: add min-percent property Emit need-data when the amount of data in the internal queue drops below min-percent. Fixes #608309