gstreamer/gst-libs/gst/allocators
Michael Olbrich 42623c995e dmabuf: fix checking mmap flags
A simple '&' is not sufficiant. With mmapping_flags == PROT_READ and
prot == PROT_READ|PROT_WRITE the check produces the wrong result.
Change the check to make sure that prot is a subset of mmapping_flags.

https://bugzilla.gnome.org/show_bug.cgi?id=730559
2014-06-04 10:01:27 -04:00
..
allocators.h allocators: Add single-include header 2013-02-19 10:05:38 +01:00
gstdmabuf.c dmabuf: fix checking mmap flags 2014-06-04 10:01:27 -04:00
gstdmabuf.h dmabuf: Make it not a singleton 2013-09-18 15:08:53 -04:00
Makefile.am allocators: Add single-include header 2013-02-19 10:05:38 +01:00