GNOME Bugzilla – Bug 630436
basesink: renderdelay needs to be subtracted in adjust_time()
Last modified: 2010-09-24 10:24:28 UTC
Created attachment 170935 [details] [review] patch latency is already sink-latency + render-delay, and here we only want to deal with the sink-latency.
commit 54a587143454320ed63ce82b052e07050ed6a584 Author: Havard Graff <havard.graff@tandberg.com> Date: Wed May 26 20:29:22 2010 +0200 basesink: renderdelay needs to be subtracted in adjust_time() latency is already sink-latency + render-delay, and here we only want to deal with the sink-latency. Fixes #630436