mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
mem: set READWRITE flags
This commit is contained in:
parent
bae1426615
commit
e5778b8745
5 changed files with 17 additions and 5 deletions
|
|
@ -1209,6 +1209,7 @@ static void node_initialized(void *data)
|
|||
size = sizeof(struct spa_io_buffers) * MAX_AREAS;
|
||||
|
||||
if (pw_mempool_alloc(impl->core->pool,
|
||||
PW_MEMBLOCK_FLAG_READWRITE |
|
||||
PW_MEMBLOCK_FLAG_MAP |
|
||||
PW_MEMBLOCK_FLAG_SEAL,
|
||||
size, &impl->io_areas) < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue