gstreamer/tests/check
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
..
elements check: Fix leak in queue2 test 2016-11-28 14:02:23 +01:00
generic check: Rename states unit test 2015-08-14 11:10:37 +02:00
gst Don't use deprecated g_object_newv() 2017-04-08 09:49:59 +01:00
libs bytereader: fix peek value when scanning for 00 00 01 with non-0 offset 2017-02-22 11:07:24 +00:00
pipelines tests: add 2 unit tests for non-flush seek with gstbaseparse 2017-02-08 10:38:33 +00:00
tools tests: refactor tools check a little 2014-10-31 16:10:01 +00:00
.gitignore tests: add check for gst-inspect --exists functionality 2012-09-01 23:02:10 +01:00
Makefile.am tests: rewrite and enable dataurisrc test 2016-11-28 11:19:15 +00:00
meson.build meson: Add several missing features from configure.ac 2016-12-21 23:51:36 +05:30