mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
519d64881f
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 |
||
---|---|---|
.. | ||
.gitignore | ||
controller.h | ||
gstargbcontrolbinding.c | ||
gstargbcontrolbinding.h | ||
gstdirectcontrolbinding.c | ||
gstdirectcontrolbinding.h | ||
gstinterpolationcontrolsource.c | ||
gstinterpolationcontrolsource.h | ||
gstlfocontrolsource.c | ||
gstlfocontrolsource.h | ||
gstproxycontrolbinding.c | ||
gstproxycontrolbinding.h | ||
gsttimedvaluecontrolsource.c | ||
gsttimedvaluecontrolsource.h | ||
gsttriggercontrolsource.c | ||
gsttriggercontrolsource.h | ||
Makefile.am | ||
meson.build |