gstreamer/libs/gst/check
Matthew Waters 5c3ae3893a check: fix werror build with clang
Silence -Wformat-nonliteral warnings from the internal copy of libcheck

../subprojects/gstreamer/libs/gst/check/libcheck/check.c:379:29: warning: format string is not a string literal [-Wformat-nonliteral]
    vsnprintf (buf, BUFSIZ, msg, ap);
                            ^~~
../subprojects/gstreamer/libs/gst/check/libcheck/check_error.c:48:21: warning: format string is not a string literal [-Wformat-nonliteral]
  vfprintf (stderr, fmt, args);
                    ^~~
../subprojects/gstreamer/libs/gst/check/libcheck/check_str.c:92:29: warning: format string is not a string literal [-Wformat-nonliteral]
    n = vsnprintf (p, size, fmt, ap);
                            ^~~
2019-08-26 12:42:37 +00:00
..
libcheck check: fix werror build with clang 2019-08-26 12:42:37 +00: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 doc: Fix and add some missing docstrings 2019-05-13 11:33:49 -04:00
gstcheck.h gstcheck: Document strcmp used in string cmp macros 2019-07-01 11:51:46 +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 harness: move creating of buffer and event queues to harness itself 2019-06-13 09:45:03 +02:00
gstharness.h harness: Add API for proposing meta APIs from the allocation query 2018-10-28 17:05:27 +00:00
gsttestclock.c testclock: Allow calling crank with a past entry 2019-06-27 20:09:43 +00:00
gsttestclock.h Use G_DEFINE_AUTOPTR_CLEANUP_FUNC unconditionally 2019-06-04 08:50:59 +02: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: fix warning about configure_file() install kwarg 2019-08-15 12:56:06 +01:00