mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
jack: set peer_id correctly
This commit is contained in:
parent
44d2ba5276
commit
85af2bdef2
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,7 @@ static void free_object(struct client *c, struct object *o)
|
||||||
static void init_mix(struct mix *mix, uint32_t mix_id, struct port *port, uint32_t peer_id)
|
static void init_mix(struct mix *mix, uint32_t mix_id, struct port *port, uint32_t peer_id)
|
||||||
{
|
{
|
||||||
mix->id = mix_id;
|
mix->id = mix_id;
|
||||||
mix->peer_id = mix_id;
|
mix->peer_id = peer_id;
|
||||||
mix->port = port;
|
mix->port = port;
|
||||||
mix->io = NULL;
|
mix->io = NULL;
|
||||||
mix->n_buffers = 0;
|
mix->n_buffers = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue