gstreamer/subprojects/gst-plugins-base/gst-libs/gst/allocators
Nicolas Dufresne a0da8c6b53 allocators: drmdumb: Fix bpp value for P010
P010 uses 16 bits per pixel, with least significant being padding. This
code worked with Intel display driver since they roundup that value, but
does not work with the generic DRM helpers which also support NV15,
which does not have any padding.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7596>
2024-10-01 17:32:31 +00:00
..
allocators-prelude.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
allocators.h GstShmAllocator: New shared memory allocator 2023-11-03 18:22:00 +00:00
gstdmabuf.c allocators: Add/fix various annotations 2022-10-18 13:51:17 +03:00
gstdmabuf.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstdrmdumb.c allocators: drmdumb: Fix bpp value for P010 2024-10-01 17:32:31 +00:00
gstdrmdumb.h allocators: drmdumb: Remove extra semicolon after G_DECLARE_FINAL_TYPE 2024-02-28 23:56:53 +01:00
gstfdmemory.c fdmemory: drop use of GSlice 2023-01-24 15:25:06 +00:00
gstfdmemory.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstphysmemory.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstphysmemory.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstshmallocator.c shmallocator: fix build on Illumos 2024-03-13 20:09:44 +00:00
gstshmallocator.h GstShmAllocator: Add documentation 2023-11-03 18:22:00 +00:00
meson.build GstShmAllocator: Use shm_open() instead of temporary file 2023-11-03 18:22:00 +00:00