client-stream: send node_id to client

Send the node_id of the client-stream node to the client.
This commit is contained in:
Wim Taymans 2018-06-18 13:19:54 +02:00
parent ca61fd1405
commit bbd5c941d2
3 changed files with 17 additions and 11 deletions

View file

@ -938,6 +938,8 @@ static void client_node_initialized(void *data)
pw_node_register(impl->this.node, NULL, NULL, NULL);
pw_client_node_registered(impl->client_node, impl->this.node->global->id);
pw_log_debug("client-stream %p: activating", &impl->this);
pw_node_set_active(impl->this.node, true);