mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-18 08:56:45 -05:00
jack: add jack log topic
This commit is contained in:
parent
786cfc44fb
commit
f275e3baaa
3 changed files with 139 additions and 139 deletions
|
|
@ -35,7 +35,7 @@ float jack_get_max_delayed_usecs (jack_client_t *client)
|
|||
if (c->driver_activation)
|
||||
res = (float)c->driver_activation->max_delay / SPA_USEC_PER_SEC;
|
||||
|
||||
pw_log_trace(NAME" %p: max delay %f", client, res);
|
||||
pw_log_trace("%p: max delay %f", client, res);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
@ -50,7 +50,7 @@ float jack_get_xrun_delayed_usecs (jack_client_t *client)
|
|||
if (c->driver_activation)
|
||||
res = (float)c->driver_activation->xrun_delay / SPA_USEC_PER_SEC;
|
||||
|
||||
pw_log_trace(NAME" %p: xrun delay %f", client, res);
|
||||
pw_log_trace("%p: xrun delay %f", client, res);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue