gstreamer/libs/gst/check
Stian Selnes 0c36e5766d check: Add API to filter g_warning/g_critical etc
New API functions to filter log messages before they are processed by
GstCheck. This can be used to discard specific messages that are
accepted by the test or to add callbacks that test specific messages.

Default bevavior when no callback is given to a filter is to discard the
message, because it does not makes sense to have a filter with no
callback which does not discard; that would be a noop.

Discarded messages will in addition to bypass the GstCheck handling also
return to GLib that the message is not fatal if it occurs.

https://bugzilla.gnome.org/show_bug.cgi?id=773091
2017-01-24 00:11:59 +00:00
..
libcheck check: Fix macro check for OS X 2016-12-09 22:39:36 +05:30
.gitignore check: use private copy of check for libgstcheck 2009-08-06 17:27:12 +01:00
check.h docs: add GstHarness to documentation 2015-07-07 00:53:48 +01:00
gstbufferstraw.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstbufferstraw.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstcheck.c check: Add API to filter g_warning/g_critical etc 2017-01-24 00:11:59 +00:00
gstcheck.h check: Add API to filter g_warning/g_critical etc 2017-01-24 00:11:59 +00:00
gstconsistencychecker.c gi: Skip gst_consitency_checker_new 2015-06-13 19:47:45 -04:00
gstconsistencychecker.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstharness.c Fix some nonsensical g-i annotations 2016-04-30 14:15:08 +01:00
gstharness.h harness: Add event stress test functions with callback 2016-02-12 19:32:29 +00:00
gsttestclock.c testclock: add clock-type property 2016-04-21 15:21:53 -03:00
gsttestclock.h testclock: add crank method 2016-02-12 17:08:32 +00:00
Makefile.am check: Add API to filter g_warning/g_critical etc 2017-01-24 00:11:59 +00:00
meson.build libcheck: Update the compatibility code and checks 2016-12-09 15:31:01 +05:30