Skip to content

Add GstBufferMapInfo to be used with g_auto()

Xavier Claessens requested to merge xclaesse/gstreamer:auto-unmap into main

We need a separate typedef for this feature because GstMapInfo itself can be initialized by gst_memory_map() in which case info.memory should not be unreffed.

Merge request reports