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

Method map

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

Source from the content-addressed store, hash-verified

634 return mapinfo
635
636 def map(self, flags):
637 mapinfo = MapInfo()
638 if _gi_gst.buffer_override_map(self, mapinfo, int(flags)):
639 mapinfo.__parent__ = self
640
641 return mapinfo
642
643 def unmap(self, mapinfo):
644 mapinfo.__parent__ = None

Callers 6

do_fillMethod · 0.45
do_transform_ipMethod · 0.45
mix_buffersMethod · 0.45
do_generate_outputMethod · 0.45
test_map_unmap_manualMethod · 0.45

Calls 1

MapInfoClass · 0.85

Tested by 3

do_fillMethod · 0.36
test_map_unmap_manualMethod · 0.36