Skip to content

combine-sink: Fix latency reports

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

The combine sink used the current time and counter when calculating the latency if smoother_2 was enabled. This lead to wrong latency reports. This patch fixes the problem by using the snapshot time and counter instead.

Merge request reports