Skip to content

omxbufferpool: fix memory mapping with offset

Guillaume Desmottes requested to merge gdesmott/gst-omx:fix-map into master

gst_memory_map() is already adding the offset to the mapped pointer. Doing it in the memory implementation was resulting in the offset being accounted twice.

It doesn't matter yet as we are only creating memory without offset for now but it will once we'll start sharing OMX memories.

Merge request reports