mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
port: emit info changed on new port
This commit is contained in:
parent
468cbb8892
commit
84c91c44e3
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue