mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
remote-node: improve node io tag
Set the second tag field to INVALID to separate the node io areas from the port io areas.
This commit is contained in:
parent
f6f10669a0
commit
21657ea2af
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ client_node_set_io(void *object,
|
|||
struct pw_proxy *proxy = (struct pw_proxy*)data->client_node;
|
||||
struct pw_memmap *old, *mm;
|
||||
void *ptr;
|
||||
uint32_t tag[5] = { data->remote_id, id, };
|
||||
uint32_t tag[5] = { data->remote_id, SPA_ID_INVALID, id, };
|
||||
int res;
|
||||
|
||||
old = pw_mempool_find_tag(data->pool, tag, sizeof(tag));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue