mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
1ef7e9be73
When allocating buffers with alignment parameters specified, it may be necessary to overallocate memory to adjust to the requested alignment. Previously the padding length was not included in the mmaped buffer size, leaving unmapped bytes at the end of the buffer. This caused intermittent SEGV faults and valgrind failures when running the wayland_threads example. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6104> |
||
---|---|---|
.. | ||
allocators-prelude.h | ||
allocators.h | ||
gstdmabuf.c | ||
gstdmabuf.h | ||
gstdrmdumb.c | ||
gstdrmdumb.h | ||
gstfdmemory.c | ||
gstfdmemory.h | ||
gstphysmemory.c | ||
gstphysmemory.h | ||
gstshmallocator.c | ||
gstshmallocator.h | ||
meson.build |