remote-node: handle driver nodes

This commit is contained in:
Wim Taymans 2019-03-04 17:55:43 +01:00
parent f42e214c2d
commit 936dcbea2e
4 changed files with 35 additions and 13 deletions

View file

@ -970,6 +970,8 @@ static void client_node_initialized(void *data)
else
monitor = false;
impl->client_node->node->driver_node = impl->this.node;
impl->client_port = pw_node_find_port(impl->client_node->node, impl->direction, 0);
if (impl->client_port == NULL)
return;