| Value | Meaning |
|---|---|
| READONLY2 | memory is readonly. It is not allowed to map the memory with #GST_MAP_WRITE. |
| NO_SHARE16 | memory must not be shared. Copies will have to be made when this memory needs to be shared between buffers. |
| ZERO_PREFIXED32 | the memory prefix is filled with 0 bytes |
| ZERO_PADDED64 | the memory padding is filled with 0 bytes |
| PHYSICALLY_CONTIGUOUS128 | the memory is physically contiguous. (Since: 1.2) |
| NOT_MAPPABLE256 | the memory can't be mapped via gst_memory_map() without any preconditions. (Since: 1.2) |
| LAST1048576 | first flag that can be used for custom purposes |
Flags for wrapped memory.