summaryrefslogtreecommitdiffstats
path: root/src/ServerInfoManager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ServerInfoManager.cc')
-rw-r--r--src/ServerInfoManager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ServerInfoManager.cc b/src/ServerInfoManager.cc
index a21033e..02268ec 100644
--- a/src/ServerInfoManager.cc
+++ b/src/ServerInfoManager.cc
@@ -186,7 +186,7 @@ void SinkInputInfo::update(const struct pa_sink_input_info &i) {
owner_module = i.owner_module;
volume = i.volume;
buffer_usec = i.buffer_usec;
- sink_usec = i.buffer_usec;
+ sink_usec = i.sink_usec;
if (window)
window->updateInfo(*this);