gstreamer/gst-libs/gst/gl/egl
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
..
gstegl.c gl/docs: add to new docs system 2019-05-21 01:49:48 +00:00
gstegl.h gl: suppress some g-i warnings 2019-03-24 16:05:09 +00:00
gsteglimage.c gl/docs: add to new docs system 2019-05-21 01:49:48 +00:00
gsteglimage.h gl/docs: add to new docs system 2019-05-21 01:49:48 +00:00
gstglcontext_egl.c glcontextegl: only dump configs once 2018-06-22 22:43:08 +10:00
gstglcontext_egl.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 20:31:09 -04:00
gstgldisplay_egl.c gl/docs: add to new docs system 2019-05-21 01:49:48 +00:00
gstgldisplay_egl.h gl/docs: add to new docs system 2019-05-21 01:49:48 +00:00
gstglmemoryegl.c gl/docs: add to new docs system 2019-05-21 01:49:48 +00:00
gstglmemoryegl.h gl/docs: add to new docs system 2019-05-21 01:49:48 +00:00
Makefile.am libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 08:45:34 +01:00