Small cleanups

This commit is contained in:
Wim Taymans 2017-10-16 18:09:59 +02:00
parent 574c6d4b90
commit ce6b75cf63
7 changed files with 8 additions and 18 deletions

View file

@ -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,