diff --git a/src/pipewire/context.c b/src/pipewire/context.c index 8adcdef4a..1046fc9ff 100644 --- a/src/pipewire/context.c +++ b/src/pipewire/context.c @@ -817,6 +817,8 @@ static inline int run_nodes(struct pw_context *context, struct pw_impl_node *nod if (!t->active || !l->prepared || (!t->driving && SPA_FLAG_IS_SET(t->checked, 1u<driving && p->node == t) + continue; pw_log_debug(" peer %p: '%s'", t, t->name); t->runnable = true; @@ -831,6 +833,8 @@ static inline int run_nodes(struct pw_context *context, struct pw_impl_node *nod if (!t->active || !l->prepared || (!t->driving && SPA_FLAG_IS_SET(t->checked, 1u<driving && p->node == t) + continue; pw_log_debug(" peer %p: '%s'", t, t->name); t->runnable = true;