mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
node: add driver graph field and schedule it for drivers
This commit is contained in:
parent
20692cf173
commit
013b606a89
2 changed files with 5 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue