gstreamer/validate
Vincent Penquerc'h 7fedf5a111 gst-qa-override-registry: load overrides dynamically
Shared objects listed in GST_QA_OVERRIDE are loaded on startup,
and the symbol gst_qa_create_overrides is run. It should create
any override needed. While it can do anything it wants, this
is discouraged.

GST_QA_OVERRIDE should be a comma separated list of shared objects,
any relative paths should be from the current working directory
at the time they are loaded (ie, if the process to be traced
changes cwd, use absolute paths).

No attempt whatsoever is made at not running what was not meant.

Includes a sample shared object for illustration purposes.
2013-07-30 09:41:00 -03:00
..
data qa: Add a GstQaReporter interface that objects needing reporting can implement 2013-07-25 16:57:44 -03:00
docs docs: add design and usage docs 2013-07-19 11:14:39 -03:00
gst gst-qa-override-registry: load overrides dynamically 2013-07-30 09:41:00 -03:00
.gitignore qa: initial empty repository 2013-07-09 16:06:36 -03:00
.gitmodules qa: add common submodule 2013-07-09 16:07:58 -03:00
AUTHORS qa: adds gst-qa binary and basic classes to run the QA tests 2013-07-09 16:08:30 -03:00
autogen.sh qa: adds gst-qa binary and basic classes to run the QA tests 2013-07-09 16:08:30 -03:00
ChangeLog qa: adds gst-qa binary and basic classes to run the QA tests 2013-07-09 16:08:30 -03:00
configure.ac qa: Add a GstQaScenario class making it possible to execute scenarios 2013-07-25 16:56:40 -03:00
COPYING qa: adds gst-qa binary and basic classes to run the QA tests 2013-07-09 16:08:30 -03:00
Makefile.am qa: adds gst-qa binary and basic classes to run the QA tests 2013-07-09 16:08:30 -03:00
NEWS qa: adds gst-qa binary and basic classes to run the QA tests 2013-07-09 16:08:30 -03:00
README qa: adds gst-qa binary and basic classes to run the QA tests 2013-07-09 16:08:30 -03:00