mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
mem: Add tag to memmap
Add a tag field when creating a memmap so that we can do lookup on it. This makes it easier to implement the tracking of mappings for io areas. Remove custom io memory tracking and use the tags. Add flags to spa_chunk to make data corrupted. The flags on the buffer stay constant for the life of the buffer. Add flags to mark memory readable and writable. Mark memory readonly in v4l2-source. Pass the daemon activation area to the client in the transport event. This never changes and need to be handled differently from the other activation areas. Use the right flags when importing memory. Add the (desired) memory type to mempool_alloc. improve some debug.
This commit is contained in:
parent
5aa0ff21c6
commit
18776b155b
14 changed files with 256 additions and 183 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 135b72ce70b5da10424f664edcb531bf530618b1
|
||||
Subproject commit 3a9035a44cb1927ac1b20937d3d1e9c6e32ffe5c
|
||||
Loading…
Add table
Add a link
Reference in a new issue