filter: improve param handling

Improve update_params so that it can be used in set_param.

Remove the node proxy listener, we don't need it.
This commit is contained in:
Wim Taymans 2019-11-21 13:14:09 +01:00
parent 6bd553f89b
commit f2b7f2dc6d
2 changed files with 31 additions and 74 deletions

View file

@ -817,7 +817,6 @@ struct pw_filter {
struct spa_hook proxy_listener;
struct pw_node_proxy *node;
struct spa_hook node_listener;
struct spa_list controls;
};