A structure containing the result of a map operation such as
gst_memory_map(). It contains the data and size.
Gst.MapInfo cannot be used with g_auto() because it is ambiguous whether it
needs to be unmapped using gst_buffer_unmap() or gst_memory_unmap(). Instead,
GstBufferMapInfo and GstMemoryMapInfo can be used in that case.
A structure containing the result of a map operation such as
gst_memory_map(). It contains the data and size.Gst.MapInfo cannot be used with
g_auto()because it is ambiguous whether it needs to be unmapped usinggst_buffer_unmap()orgst_memory_unmap(). Instead,GstBufferMapInfoandGstMemoryMapInfocan be used in that case.