Skip to content

time-smoother-2: Fix stream time when stream starts paused

Georg Chini requested to merge gchini/pulseaudio:smoother_fix into master

When a stream is started but has not yet called smoother_2_put(), pa_smoother_2_get() returns the time since the start of the stream even if the stream was started paused. When the stream is started paused, pa_smoother_2_get() should return 0 instead. This patch fixes the problem. Fixes #1383 (closed)

Edited by Georg Chini

Merge request reports