GNOME Bugzilla – Bug 758911
audiobasesink/src: send latency message on setcaps
Last modified: 2015-12-01 17:59:29 UTC
Created attachment 316619 [details] [review] patch Any latency query before this will not get the correct latency so a new latency query should be triggered once the audio sink know its own latency. Without this the initial latency query from the pipeline arrives too early sometimes and the resulting latency is too short.
commit 2f3eb47a954ec0be764965b807182a63950cab4e Author: Sebastian Dröge <sebastian@centricular.com> Date: Tue Dec 1 19:57:10 2015 +0200 audiobasesrc: Post latency message on the bus after set_caps() The latency is only known once the caps are known, and might change whenever the caps are changing. https://bugzilla.gnome.org/show_bug.cgi?id=758911 commit 43155807cdbe5d2d74832b5c7444205244a57531 Author: Michael Olbrich <m.olbrich@pengutronix.de> Date: Fri Sep 25 14:47:48 2015 +0200 audiobasesink: Post latency message on the bus after set_caps() Any latency query before this will not get the correct latency so a new latency query should be triggered once the audio sink know its own latency. Without this the initial latency query from the pipeline arrives too early sometimes and the resulting latency is too short. https://bugzilla.gnome.org/show_bug.cgi?id=758911