Improve loop callbacks

Pass just one data item to the callbacks.
Add properties to port.
Add user data to link
Handle autolink with multiple ports
More work on jack support
This commit is contained in:
Wim Taymans 2017-08-11 19:16:30 +02:00
parent cfd9967637
commit 9ad1f911b2
38 changed files with 1773 additions and 271 deletions

View file

@ -129,7 +129,9 @@ struct pw_resource *pw_node_get_owner(struct pw_node *node);
struct pw_global *pw_node_get_global(struct pw_node *node);
struct pw_properties *pw_node_get_properties(struct pw_node *node);
const struct pw_properties *pw_node_get_properties(struct pw_node *node);
void pw_node_update_properties(struct pw_node *node, const struct spa_dict *dict);
void pw_node_set_implementation(struct pw_node *node,
const struct pw_node_implementation *implementation,