Skip to content

allocators: shm: Remove future write sealing

Nicolas Dufresne requested to merge ndufresne/gstreamer:fix-wl-shm into main

By sealing for future writes, we broke Wayland SHM support. It seems like the wayland library maps the SHM in read/write mode. This is visible through no display and an error message like this:

wl_shm@7: error 2: failed mmap fd 43: Operation not permitted

Merge request reports