gstreamer/libs/gst/controller
Tim-Philipp Müller 519d64881f Don't use deprecated g_object_newv()
Use g_object_new() instead which nowadays has a shortcut for the
no-properties check. It still does an extra GType check in the
function guard, but there's a pending patch to remove that
and it's hardly going to be a performance issue in practice,
even less so on a system that's compiled without run-time checks.

Alternative would be to move to the new g_object_new_properties()
with a fallback define for older glib versions, but it makes the
code look more unwieldy and doesn't seem worth it.

Fixes deprecation warnings when building against newer GLib versions.

https://bugzilla.gnome.org/show_bug.cgi?id=780903
2017-04-08 09:49:59 +01:00
..
.gitignore Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
controller.h libs: Use foo/foo.h as single-include header consistently everywhere 2012-12-12 16:44:14 +00:00
gstargbcontrolbinding.c Port gtk-doc comments to their equivalent markdown syntax 2017-01-27 16:36:38 -03:00
gstargbcontrolbinding.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstdirectcontrolbinding.c Port gtk-doc comments to their equivalent markdown syntax 2017-01-27 16:36:38 -03:00
gstdirectcontrolbinding.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstinterpolationcontrolsource.c Don't use deprecated g_object_newv() 2017-04-08 09:49:59 +01:00
gstinterpolationcontrolsource.h controller: rename new cubic interpolation mode 2016-01-05 13:57:12 +01:00
gstlfocontrolsource.c Don't use deprecated g_object_newv() 2017-04-08 09:49:59 +01:00
gstlfocontrolsource.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstproxycontrolbinding.c Port gtk-doc comments to their equivalent markdown syntax 2017-01-27 16:36:38 -03:00
gstproxycontrolbinding.h controllers: add new proxy control binding 2016-11-23 17:15:09 +11:00
gsttimedvaluecontrolsource.c Port gtk-doc comments to their equivalent markdown syntax 2017-01-27 16:36:38 -03:00
gsttimedvaluecontrolsource.h controller: rename new cubic interpolation mode 2016-01-05 13:57:12 +01:00
gsttriggercontrolsource.c Don't use deprecated g_object_newv() 2017-04-08 09:49:59 +01:00
gsttriggercontrolsource.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
Makefile.am controllers: add new proxy control binding 2016-11-23 17:15:09 +11:00
meson.build meson: libs: Add gir to the source list of the dependency 2017-01-27 16:36:39 -03:00