node: add driver graph field and schedule it for drivers

This commit is contained in:
Wim Taymans 2018-04-25 15:55:30 +02:00
parent 20692cf173
commit 013b606a89
2 changed files with 5 additions and 3 deletions

View file

@ -274,6 +274,7 @@ struct pw_node {
struct pw_loop *data_loop; /**< the data loop for this node */
struct {
struct spa_graph *driver;
struct spa_graph_node root;
struct pw_node_activation *activation;
struct spa_graph_node node;