mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
module-combine-sink: Initialize smoother with offset pa_rtclock_now()
The smoother was being initialized with offset zero, which caused the sink latency to be unconditionally reported as zero.
This commit is contained in:
parent
51d53016f3
commit
ab808930ef
1 changed files with 1 additions and 1 deletions
|
|
@ -1159,7 +1159,7 @@ int pa__init(pa_module*m) {
|
|||
TRUE,
|
||||
TRUE,
|
||||
10,
|
||||
0,
|
||||
pa_rtclock_now(),
|
||||
FALSE);
|
||||
|
||||
adjust_time_sec = DEFAULT_ADJUST_TIME_USEC / PA_USEC_PER_SEC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue