gstreamer/libs/gst/check
Nirbheek Chauhan febfabb39f misc: Fix various compiler warnings on MinGW
gstharness.c: Use G_GSIZE_FORMAT instead of hard-coding %zu
error: unknown conversion type character 'z' in format [-Werror=format]

gst-inspect.c: GPid is void* on non-UNIX, and we only use it on UNIX
error: initialization makes pointer from integer without a cast [-Werror]

gstmeta.c: Use and then discard value
error: value computed is not used [-Werror=unused-value]

With this, gstreamer builds with -Werror on MinGW
2019-02-05 18:45:54 +05:30
..
libcheck Run gst-indent through the files 2018-11-28 05:58:53 +02:00
.gitignore check: use private copy of check for libgstcheck 2009-08-06 17:27:12 +01:00
check-prelude.h libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
check.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstbufferstraw.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gstbufferstraw.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstcheck.c autotools: stop controlling symbol visibility with -export-symbols-regex 2018-08-12 23:26:25 +01:00
gstcheck.h tests: fix tests when compiling with glib_checks=disabled 2018-11-10 15:37:36 +00:00
gstconsistencychecker.c libs: figure out right export define in configure 2018-09-24 08:39:37 +01:00
gstconsistencychecker.h check: GST_EXPORT -> GST_CHECK_API 2018-03-13 00:57:36 +00:00
gstharness.c misc: Fix various compiler warnings on MinGW 2019-02-05 18:45:54 +05:30
gstharness.h harness: Add API for proposing meta APIs from the allocation query 2018-10-28 17:05:27 +00:00
gsttestclock.c harness: improve _wait_for_clock_id_waits performance 2018-11-06 11:46:06 +01:00
gsttestclock.h harness: improve _wait_for_clock_id_waits performance 2018-11-06 11:46:06 +01:00
Makefile.am harness: Add API for proposing meta APIs from the allocation query 2018-10-28 17:05:27 +00:00
meson.build meson: use library() for libgstcheck instead of always building a shared lib 2018-09-24 08:39:39 +01:00