gstreamer/libs/gst
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
..
base Don't use deprecated g_object_newv() 2017-04-08 09:49:59 +01:00
check buffer: handle gst_buffer_map failures 2017-03-10 10:13:05 +01:00
controller Don't use deprecated g_object_newv() 2017-04-08 09:49:59 +01:00
helpers meson: Add bash completion support 2017-04-04 14:46:48 -04:00
net meson: libs: Add gir to the source list of the dependency 2017-01-27 16:36:39 -03:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-19 21:26:14 +01:00