mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
mix: keep track of mix id
This commit is contained in:
parent
a50ea4c929
commit
f599120433
2 changed files with 9 additions and 7 deletions
|
|
@ -291,6 +291,7 @@ struct pw_port_mix {
|
|||
struct spa_graph_port port;
|
||||
struct spa_buffer **buffers;
|
||||
uint32_t n_buffers;
|
||||
uint32_t id;
|
||||
};
|
||||
|
||||
struct pw_port_implementation {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue