MCPcopy Create free account
hub / github.com/GStreamer/gst-python / map

Method map

gi/overrides/Gst.py:652–657  ·  view source on GitHub ↗
(self, flags)

Source from the content-addressed store, hash-verified

650class Memory(Gst.Memory):
651
652 def map(self, flags):
653 mapinfo = MapInfo()
654 if (_gi_gst.memory_override_map(self, mapinfo, int(flags))):
655 mapinfo.__parent__ = self
656
657 return mapinfo
658
659 def unmap(self, mapinfo):
660 mapinfo.__parent__ = None

Callers

nothing calls this directly

Calls 1

MapInfoClass · 0.85

Tested by

no test coverage detected