mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
link: generate unique mix ids
Generate a per link id for the mixer input of the ports.
This commit is contained in:
parent
8e2ceb773e
commit
53ee07c901
3 changed files with 15 additions and 3 deletions
|
|
@ -334,6 +334,7 @@ struct pw_port {
|
|||
|
||||
struct spa_node *mix; /**< optional port buffer mix/split */
|
||||
struct spa_node mix_node; /**< mix node implementation */
|
||||
struct pw_map mix_port_map; /**< map from port_id from mixer */
|
||||
|
||||
struct {
|
||||
struct spa_graph *graph;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue