gstreamer/libs/gst/controller
Niels De Graef 09141c6e1f 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 core 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 08:50:59 +02:00
..
.gitignore Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
controller-prelude.h libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
controller.h controller: GST_EXPORT -> GST_CONTROLLER_API 2018-03-13 00:57:37 +00:00
gstargbcontrolbinding.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gstargbcontrolbinding.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 08:50:59 +02:00
gstdirectcontrolbinding.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gstdirectcontrolbinding.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 08:50:59 +02:00
gstinterpolationcontrolsource.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gstinterpolationcontrolsource.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 08:50:59 +02:00
gstlfocontrolsource.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gstlfocontrolsource.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 08:50:59 +02:00
gstproxycontrolbinding.c doc: Fix hotdoc warnings 2019-05-13 16:34:09 -04:00
gstproxycontrolbinding.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 08:50:59 +02:00
gsttimedvaluecontrolsource.c doc: Add some missing docstrings 2019-05-13 11:33:49 -04:00
gsttimedvaluecontrolsource.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 08:50:59 +02:00
gsttriggercontrolsource.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gsttriggercontrolsource.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 08:50:59 +02:00
Makefile.am libs: fix 'inconsistent DLL linkage' warnings on Windows 2018-09-23 23:23:01 +01:00
meson.build libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00