mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pw-top: refresh immediately
This commit is contained in:
parent
f96c7ede11
commit
4fb967211e
1 changed files with 2 additions and 1 deletions
|
|
@ -423,7 +423,8 @@ static void on_core_done(void *_data, uint32_t id, int seq)
|
||||||
if (d->profiler == NULL) {
|
if (d->profiler == NULL) {
|
||||||
pw_log_error("no Profiler Interface found, please load one in the server");
|
pw_log_error("no Profiler Interface found, please load one in the server");
|
||||||
pw_main_loop_quit(d->loop);
|
pw_main_loop_quit(d->loop);
|
||||||
}
|
} else
|
||||||
|
do_refresh(d);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue