mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
client-stream: don't run the driver
The driver will take the initiative to run the graph
This commit is contained in:
parent
fdc3d5c0f7
commit
54c45252fd
1 changed files with 1 additions and 1 deletions
|
|
@ -805,7 +805,7 @@ static int impl_node_process(struct spa_node *node)
|
|||
else
|
||||
trigger = status & SPA_STATUS_HAVE_BUFFER;
|
||||
|
||||
if (trigger)
|
||||
if (trigger && !impl->this.node->driver)
|
||||
spa_graph_run(impl->client_node->node->rt.root.graph);
|
||||
|
||||
return status;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue