mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
jack: update for scheduling changes
This commit is contained in:
parent
53693d1e32
commit
42b4529c4c
1 changed files with 2 additions and 2 deletions
|
|
@ -884,7 +884,7 @@ on_rtsocket_condition(void *data, int fd, enum spa_io mask)
|
|||
|
||||
cmd = 1;
|
||||
pw_array_for_each(l, &c->links) {
|
||||
struct spa_graph_state *state;
|
||||
struct pw_node_activation_state *state;
|
||||
|
||||
if (l->activation == NULL)
|
||||
continue;
|
||||
|
|
@ -892,7 +892,7 @@ on_rtsocket_condition(void *data, int fd, enum spa_io mask)
|
|||
state = &l->activation->state[0];
|
||||
|
||||
pw_log_trace("link %p %p %d/%d", l, state, state->pending, state->required);
|
||||
if (spa_graph_state_dec(state, 1)) {
|
||||
if (pw_node_activation_state_dec(state, 1)) {
|
||||
l->activation->status = TRIGGERED;
|
||||
l->activation->signal_time = nsec;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue