mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
impl-link: put the peer_id in the mix
Place the global id of the peer port in the mix so that we can track the peer object that way.
This commit is contained in:
parent
f4048ae663
commit
62f8ffcfb2
2 changed files with 4 additions and 0 deletions
|
|
@ -740,6 +740,7 @@ struct pw_impl_port_mix {
|
|||
} port;
|
||||
struct spa_io_buffers *io;
|
||||
uint32_t id;
|
||||
uint32_t peer_id;
|
||||
unsigned int have_buffers:1;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue