mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
client-stream: send node_id to client
Send the node_id of the client-stream node to the client.
This commit is contained in:
parent
ca61fd1405
commit
bbd5c941d2
3 changed files with 17 additions and 11 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue