mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-30 06:46:49 -04:00
client-node: make it possible to skip signal
Add an option to not signal the remote implementation when we still have enough data.
This commit is contained in:
parent
f784da5505
commit
a6cb6b740c
3 changed files with 13 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ struct pw_client_node {
|
|||
struct pw_node *node;
|
||||
|
||||
struct pw_resource *resource;
|
||||
|
||||
int status;
|
||||
};
|
||||
|
||||
struct pw_client_node *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue