gstreamer/gst-libs/gst/allocators
Julien Isorce b68d9bbe43 gstfdmemory: log with GST_INFO instead of GST_ERROR on permission denied
For example mmap can fail with EACCES if the the fd has been open
with read only mode. And mapping the memory might be the only way
to check that. So no need to print out an error.

Ex: ioctl(dev, DRM_IOCTL_PRIME_HANDLE_TO_FD, flags & ~DRM_RDWR)

https://bugzilla.gnome.org/show_bug.cgi?id=765600
2016-11-21 21:22:47 +00:00
..
allocators.h allocators: include gstfdmemory.h in the main library header, allocators.h 2015-08-29 21:38:52 +02:00
gstdmabuf.c dmabuf: Make the allocator sub-classable 2016-11-03 13:19:12 -04:00
gstdmabuf.h dmabuf-allocator: Add missing padding in the class 2016-11-18 14:56:20 -05:00
gstfdmemory.c gstfdmemory: log with GST_INFO instead of GST_ERROR on permission denied 2016-11-21 21:22:47 +00:00
gstfdmemory.h fdmemory: add flag to avoid close of the fd 2016-08-19 09:27:01 +02:00
Makefile.am g-i: pass compiler env to g-ir-scanner 2016-05-24 00:44:21 +01:00
meson.build meson: Generate girs 2016-11-09 18:06:19 -03:00