GNOME Bugzilla – Bug 740018
videorate: Operate in a zero-latency mode if drop-only is set to TRUE
Last modified: 2014-11-19 14:11:40 UTC
There's no reason why we would have to wait for the next buffer to decide whether to output the current one or not. We just have to check if the current one is earlier than our expected next time, which is the previous frame timestamp plus the expected frame duration.
Created attachment 290520 [details] [review] videorate: Operate in a zero-latency mode if drop-only is set to TRUE
commit cefc518494d0128f675d8bc764fe78fd8ed6e56b Author: Sebastian Dröge <sebastian@centricular.com> Date: Wed Nov 12 15:23:37 2014 +0100 videorate: Operate in a zero-latency mode if drop-only is set to TRUE There's no reason why we would have to wait for the next buffer to decide whether to output the current one or not. We just have to check if the current one is earlier than our expected next time, which is the previous frame timestamp plus the expected frame duration. https://bugzilla.gnome.org/show_bug.cgi?id=740018