mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
module-rtp: keep track who initiated the session
This commit is contained in:
parent
3b33098cd7
commit
25f4e38781
1 changed files with 1 additions and 0 deletions
|
|
@ -587,6 +587,7 @@ static void parse_apple_midi_cmd_in(struct impl *impl, bool ctrl, uint8_t *buffe
|
|||
}
|
||||
}
|
||||
if (success) {
|
||||
sess->we_initiated = false;
|
||||
sess->initiator = initiator;
|
||||
sess->ctrl_addr = *sa;
|
||||
sess->ctrl_len = salen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue