mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
08aae8336b
The GstQaRunner is now a simple aggregator of reports that it receives from monitors and filechecker. This allows it to be used in both scenarios without APIs that expect GstElement or Monitors, that are only used on the pipeline monitoring QA tests.
8 lines
208 B
C
8 lines
208 B
C
/* GStreamer
|
|
* Copyright (C) 2013 Thiago Santos <thiago.sousa.santos@collabora.com>
|
|
*/
|
|
|
|
#include <gst/qa/gst-qa-runner.h>
|
|
#include <gst/qa/gst-qa-file-checker.h>
|
|
#include <gst/qa/gst-qa-monitor-factory.h>
|
|
|