pw_port_proxy -> pw_port

This commit is contained in:
Wim Taymans 2019-12-11 15:59:26 +01:00
parent beb3c69dfe
commit c23006fcdb
12 changed files with 95 additions and 98 deletions

View file

@ -784,7 +784,6 @@ struct pw_stream {
struct pw_proxy *proxy;
struct spa_hook proxy_listener;
struct pw_node_proxy *node;
struct spa_hook node_listener;
struct spa_list controls;
@ -820,8 +819,6 @@ struct pw_filter {
struct pw_proxy *proxy;
struct spa_hook proxy_listener;
struct pw_node_proxy *node;
struct spa_list controls;
};