mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
port_mix: place io area in separate field
We would like to remove it from the spa_graph_port...
This commit is contained in:
parent
adf8bc7804
commit
fa07400c2e
2 changed files with 8 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue