mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05: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
|
|
@ -91,6 +91,7 @@ struct spa_loop {
|
|||
uint32_t seq,
|
||||
size_t size,
|
||||
void *data,
|
||||
bool block,
|
||||
void *user_data);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue