mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
avb: implement maap
Implement the maap state machine. Use maap for the destination address of talker streams.
This commit is contained in:
parent
e0d6b2bb4f
commit
f043922b24
10 changed files with 247 additions and 19 deletions
|
|
@ -396,7 +396,7 @@ static void msrp_event(void *data, uint64_t now, uint8_t event)
|
|||
if (dispatch[a->attr.type].encode == NULL)
|
||||
continue;
|
||||
|
||||
pw_log_info("send %s %s", dispatch[a->attr.type].name,
|
||||
pw_log_debug("send %s %s", dispatch[a->attr.type].name,
|
||||
avb_mrp_send_name(a->attr.mrp->pending_send));
|
||||
|
||||
len = dispatch[a->attr.type].encode(msrp, a, msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue