Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
647
Buffer = override(Buffer)
648
__all__.append(
'Buffer'
)
Callers
4
__exit__
Method · 0.45
mix_buffers
Method · 0.45
do_generate_output
Method · 0.45
test_map_unmap_manual
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_map_unmap_manual
Method · 0.36