mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
make sure to call sink->update_requested_latency() always when we change latency, same for source
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2353 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
59a7467a64
commit
d2be471ed2
2 changed files with 0 additions and 6 deletions
|
|
@ -1296,9 +1296,6 @@ void pa_sink_invalidate_requested_latency(pa_sink *s) {
|
|||
pa_sink_assert_ref(s);
|
||||
pa_assert(PA_SINK_IS_LINKED(s->thread_info.state));
|
||||
|
||||
if (!s->thread_info.requested_latency_valid)
|
||||
return;
|
||||
|
||||
s->thread_info.requested_latency_valid = FALSE;
|
||||
|
||||
if (s->update_requested_latency)
|
||||
|
|
|
|||
|
|
@ -783,9 +783,6 @@ void pa_source_invalidate_requested_latency(pa_source *s) {
|
|||
pa_source_assert_ref(s);
|
||||
pa_assert(PA_SOURCE_IS_LINKED(s->thread_info.state));
|
||||
|
||||
if (!s->thread_info.requested_latency_valid)
|
||||
return;
|
||||
|
||||
s->thread_info.requested_latency_valid = FALSE;
|
||||
|
||||
if (s->update_requested_latency)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue