gstreamer/gst-libs/gst/allocators
Niels De Graef 93daa1435a Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally
Since we started depending on GLib 2.44, we can be sure this macro is
defined (it will be a no-op on compilers that don't support it). For
plugins we should just start using `G_DECLARE_FINAL_TYPE` which means we
no longer need the macro there, but for most types in base/gst-libs we
don't want to break ABI, which means it's better to just keep it like it
is (and use the `#ifdef` instead).
2019-06-04 20:31:09 -04:00
..
allocators-prelude.h libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 08:45:34 +01: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 Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 20:31:09 -04:00
gstfdmemory.c libs: Documentation cleanup 2018-04-02 08:53:28 +02:00
gstfdmemory.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 20:31:09 -04: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 libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 08:45:34 +01:00
meson.build meson: Add variables for gir files 2019-05-13 10:19:22 -04:00