mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
private: we only ever decrement activation with 1
This commit is contained in:
parent
0ee64c6fd3
commit
e86a770349
3 changed files with 4 additions and 4 deletions
|
|
@ -1737,7 +1737,7 @@ static inline void signal_sync(struct client *c)
|
|||
pw_log_trace_fp("%p: link %p %p %d/%d", c, l, state,
|
||||
state->pending, state->required);
|
||||
|
||||
if (pw_node_activation_state_dec(state, 1)) {
|
||||
if (pw_node_activation_state_dec(state)) {
|
||||
l->activation->status = PW_NODE_ACTIVATION_TRIGGERED;
|
||||
l->activation->signal_time = nsec;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue