GstAllocator

Undocumented in source.

Members

Variables

memCopy
GstMemoryCopyFunction memCopy;

the implementation of the GstMemoryCopyFunction

memIsSpan
GstMemoryIsSpanFunction memIsSpan;

the implementation of the GstMemoryIsSpanFunction

memMap
GstMemoryMapFunction memMap;

the implementation of the GstMemoryMapFunction

memMapFull
GstMemoryMapFullFunction memMapFull;

the implementation of the GstMemoryMapFullFunction. Will be used instead of mem_map if present. (Since 1.6)

memShare
GstMemoryShareFunction memShare;

the implementation of the GstMemoryShareFunction

memUnmap
GstMemoryUnmapFunction memUnmap;

the implementation of the GstMemoryUnmapFunction

memUnmapFull
GstMemoryUnmapFullFunction memUnmapFull;

the implementation of the GstMemoryUnmapFullFunction. Will be used instead of mem_unmap if present. (Since 1.6)