mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
node: update state in the skeleton
This commit is contained in:
parent
f7d02c8d77
commit
31041a4e16
1 changed files with 1 additions and 0 deletions
|
|
@ -758,6 +758,7 @@ pinos_node_update_state (PinosNode *node,
|
|||
if (priv->state != state) {
|
||||
g_debug ("node %p: update state to %s", node, pinos_node_state_as_string (state));
|
||||
priv->state = state;
|
||||
pinos_node1_set_state (priv->iface, state);
|
||||
g_object_notify (G_OBJECT (node), "state");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue