port_mix: place io area in separate field

We would like to remove it from the spa_graph_port...
This commit is contained in:
Wim Taymans 2018-04-13 20:04:22 +02:00
parent adf8bc7804
commit fa07400c2e
2 changed files with 8 additions and 5 deletions

View file

@ -286,6 +286,7 @@ struct pw_node {
struct pw_port_mix {
struct spa_graph_port port;
struct spa_io_buffers *io;
struct spa_buffer **buffers;
uint32_t n_buffers;
uint32_t id;