port: emit info changed on new port

This commit is contained in:
Wim Taymans 2019-12-10 12:33:29 +01:00
parent 468cbb8892
commit 84c91c44e3

View file

@ -917,6 +917,7 @@ int pw_port_add(struct pw_port *port, struct pw_node *node)
pw_port_update_state(port, PW_PORT_STATE_CONFIGURE, NULL); pw_port_update_state(port, PW_PORT_STATE_CONFIGURE, NULL);
pw_node_emit_port_added(node, port); pw_node_emit_port_added(node, port);
emit_info_changed(port);
return 0; return 0;
} }