mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
move some debug to fastpath
This commit is contained in:
parent
2fdd05d568
commit
74da804e97
3 changed files with 24 additions and 24 deletions
|
|
@ -843,9 +843,9 @@ static int link_signal_func(void *user_data)
|
|||
{
|
||||
struct link *link = user_data;
|
||||
struct spa_system *data_system = link->data->context->data_system;
|
||||
struct timespec ts;
|
||||
struct timespec ts = { 0, 0 };
|
||||
|
||||
pw_log_trace("link %p: signal", link);
|
||||
pw_log_trace_fp("link %p: signal", link);
|
||||
|
||||
spa_system_clock_gettime(data_system, CLOCK_MONOTONIC, &ts);
|
||||
link->target.activation->status = PW_NODE_ACTIVATION_TRIGGERED;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue