mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-15 06:59:58 -05:00
init min/max latency properly; fix avail_min updating
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2227 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f3109be9e1
commit
cc1e2654d3
4 changed files with 11 additions and 9 deletions
|
|
@ -145,7 +145,7 @@ static void sink_update_requested_latency(pa_sink *s) {
|
|||
pa_assert_se(u = s->userdata);
|
||||
|
||||
/* Just hand this one over to the master sink */
|
||||
u->sink_input->thread_info.requested_sink_latency = pa_sink_get_requested_latency(s);
|
||||
u->sink_input->thread_info.requested_sink_latency = pa_sink_get_requested_latency_within_thread(s);
|
||||
pa_sink_invalidate_requested_latency(u->master);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue