mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
parent
c94d5d9d34
commit
6fefd49a8a
2 changed files with 9 additions and 3 deletions
|
|
@ -606,6 +606,8 @@ client_node_port_use_buffers(void *_data,
|
|||
if (n_buffers > MAX_BUFFERS)
|
||||
return -ENOSPC;
|
||||
|
||||
/* this is for the metadata, which needs to be writable for input buffers
|
||||
* as well, for the busy metadata, for example */
|
||||
prot = PW_MEMMAP_FLAG_READWRITE;
|
||||
|
||||
/* clear previous buffers */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue