remove pipewire/private.h includes when possible

In many places this is not needed.
Expose pw_impl_node_set_param() for adapter.
This commit is contained in:
Wim Taymans 2023-01-20 16:08:38 +01:00
parent ee55df9f9e
commit 164e343dbf
40 changed files with 40 additions and 57 deletions

View file

@ -1245,8 +1245,6 @@ int pw_impl_port_recalc_latency(struct pw_impl_port *port);
/** Change the state of the node */
int pw_impl_node_set_state(struct pw_impl_node *node, enum pw_node_state state);
int pw_impl_node_set_param(struct pw_impl_node *node,
uint32_t id, uint32_t flags, const struct spa_pod *param);
int pw_impl_node_update_ports(struct pw_impl_node *node);