mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
small optimizations
Add some SPA_LIKELY Enable FASTPATH by default
This commit is contained in:
parent
57f84ae5ae
commit
8a2af908a7
11 changed files with 55 additions and 44 deletions
|
|
@ -640,7 +640,7 @@ static int follower_ready(void *data, int status)
|
|||
{
|
||||
struct impl *this = data;
|
||||
|
||||
spa_log_trace(this->log, NAME " %p: ready %d", this, status);
|
||||
spa_log_trace_fp(this->log, NAME " %p: ready %d", this, status);
|
||||
|
||||
this->master = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue