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

Method unmap

gi/overrides/Gst.py:643–645  ·  view source on GitHub ↗
(self, mapinfo)

Source from the content-addressed store, hash-verified

641 return mapinfo
642
643 def unmap(self, mapinfo):
644 mapinfo.__parent__ = None
645 return _gi_gst.buffer_override_unmap(self, mapinfo)
646
647Buffer = override(Buffer)
648__all__.append('Buffer')

Callers 4

__exit__Method · 0.45
mix_buffersMethod · 0.45
do_generate_outputMethod · 0.45
test_map_unmap_manualMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_map_unmap_manualMethod · 0.36