validate-runner: Implement REPORT_NONE for global reporting.
authorMathieu Duponchelle <mathieu.duponchelle@collabora.com>
Fri, 10 Oct 2014 04:01:03 +0000 (06:01 +0200)
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Tue, 21 Oct 2014 18:13:51 +0000 (20:13 +0200)
commit199322999306f14b205e785baa305dc422f9dc45
tree94ce654baeca4c325840e4abe6d8e430bfd0022d
parent0a1cdb21645d05a8d8bb7ebf89e033edae72a7e1
validate-runner: Implement REPORT_NONE for global reporting.

Yeah that was tough. Helpful already though, for example:
GST_VALIDATE_REPORT_LEVEL=none,x:all gst-validate src name=x ! sink
will only report issues reported by the source.

+ Add test.
validate/gst/validate/gst-validate-runner.c
validate/tests/check/validate/reporting.c