mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
loop: add block flag to invoke
Remove async shutdown and block instead.
This commit is contained in:
parent
e776425846
commit
bc56c59597
14 changed files with 165 additions and 203 deletions
|
|
@ -115,6 +115,7 @@ static int do_command(struct spa_loop *loop, bool async, uint32_t seq, size_t si
|
|||
seq,
|
||||
sizeof(res),
|
||||
&res,
|
||||
false,
|
||||
this);
|
||||
}
|
||||
return res;
|
||||
|
|
@ -142,6 +143,7 @@ static int impl_node_send_command(struct spa_node *node, struct spa_command *com
|
|||
++this->seq,
|
||||
SPA_POD_SIZE(command),
|
||||
command,
|
||||
false,
|
||||
this);
|
||||
|
||||
} else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue