On Thu Nov 9 19:16:49 2023 +0000, Zebediah Figura wrote:
It probably doesn't matter, but I think it would likely be less code to just map it every time, yeah.
What about using gst_buffer_extract()? It looks like the simplest way, it map/unmap the buffer inside the function itself, and we don't need to map/unmap by ourselves.