Enumeration (GI Flags)

Gst-1.0GstMapFlags

Flags used when mapping memory

Index
FLAG_LAST: 65536

first flag that can be used for custom purposes

READ: 1

map for read access

REF_MEMORY: 256

Take another reference of the memory and store it in the GstMapInfo. This makes sure that the memory stays valid while it is mapped and automatically unrefs it on unmap.

1.28

WRITE: 2

map for write access

Variables

$gtype