mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
client-node: don't make add_listener async
It is not really async, the init is async.
This commit is contained in:
parent
1ab00fae6d
commit
33afa18621
5 changed files with 14 additions and 11 deletions
|
|
@ -38,6 +38,7 @@ enum pw_spa_node_flags {
|
|||
PW_SPA_NODE_FLAG_DISABLE = (1 << 0),
|
||||
PW_SPA_NODE_FLAG_ACTIVATE = (1 << 1),
|
||||
PW_SPA_NODE_FLAG_NO_REGISTER = (1 << 2),
|
||||
PW_SPA_NODE_FLAG_ASYNC = (1 << 3),
|
||||
};
|
||||
|
||||
struct pw_node *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue