fix latency report, take buffersize changes into account.

This commit is contained in:
Robin Gareus 2015-03-07 09:11:15 +01:00
parent ce3adfd3d4
commit 659a8a26ae
6 changed files with 71 additions and 28 deletions

View file

@ -87,7 +87,7 @@ class CoreBackendPort {
virtual void* get_buffer (pframes_t nframes) = 0;
const LatencyRange& latency_range (bool for_playback) const
const LatencyRange latency_range (bool for_playback) const
{
return for_playback ? _playback_latency_range : _capture_latency_range;
}