gstreamer/gst-libs/gst/allocators
Hyunjun Ko 56ab7e0e1d dmabufallocator: adds gst_dmabuf_allocator_alloc_with_flags
If we can guarantee the lifetime of the fd is longer than
the memory, we can use DONT_CLOSE flag not to close when release.
But it's not provided in gstdmabuf yet while gstfdmemory does.

For example, in case of using VA-API or MSDK, we would need this api.
Otherwise we should call dup to duplicate the fd.

https://bugzilla.gnome.org/show_bug.cgi?id=794829
2018-04-26 16:40:54 -04:00
..
allocators-prelude.h allocators: GST_EXPORT -> GST_ALLOCATORS_API 2018-03-13 10:20:23 +00:00
allocators.h allocators: GST_EXPORT -> GST_ALLOCATORS_API 2018-03-13 10:20:23 +00:00
gstdmabuf.c dmabufallocator: adds gst_dmabuf_allocator_alloc_with_flags 2018-04-26 16:40:54 -04:00
gstdmabuf.h dmabufallocator: adds gst_dmabuf_allocator_alloc_with_flags 2018-04-26 16:40:54 -04:00
gstfdmemory.c libs: Documentation cleanup 2018-04-02 08:53:28 +02:00
gstfdmemory.h allocators: GST_EXPORT -> GST_ALLOCATORS_API 2018-03-13 10:20:23 +00:00
gstphysmemory.c docs: add GstPhysMemoryAllocator to docs 2018-03-08 01:01:53 +00:00
gstphysmemory.h libs: Documentation cleanup 2018-04-02 08:53:28 +02:00
Makefile.am allocators: GST_EXPORT -> GST_ALLOCATORS_API 2018-03-13 10:20:23 +00:00
meson.build allocators: GST_EXPORT -> GST_ALLOCATORS_API 2018-03-13 10:20:23 +00:00