mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
Small cleanups
This commit is contained in:
parent
574c6d4b90
commit
ce6b75cf63
7 changed files with 8 additions and 18 deletions
|
|
@ -809,6 +809,7 @@ static int spa_proxy_node_process_output(struct spa_node *node)
|
|||
pw_client_node_transport_add_message(impl->transport,
|
||||
&PW_CLIENT_NODE_MESSAGE_INIT(PW_CLIENT_NODE_MESSAGE_PROCESS_OUTPUT));
|
||||
do_flush(this);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
@ -848,7 +849,6 @@ client_node_done(void *data, int seq, int res)
|
|||
this->callbacks->done(this->callbacks_data, seq, res);
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
client_node_update(void *data,
|
||||
uint32_t change_mask,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue