qa: adds gst-qa binary and basic classes to run the QA tests
authorThiago Santos <thiago.sousa.santos@collabora.com>
Tue, 9 Jul 2013 19:08:30 +0000 (16:08 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Tue, 9 Jul 2013 19:08:30 +0000 (16:08 -0300)
commit7caf6e025fe3cbac20bb7b4cf27d3eb6188182e6
tree8f5ef4a413e7d1496fa63a150f8ac8d63fdd31f9
parent847da45d9ae69dc5a0314a1be7f925d217563d24
qa: adds gst-qa binary and basic classes to run the QA tests

The classes are mostly a stub for now, but the gst-qa already
has a minimum to start them;
18 files changed:
validate/AUTHORS [new file with mode: 0644]
validate/COPYING [new file with mode: 0644]
validate/ChangeLog [new file with mode: 0644]
validate/Makefile.am [new file with mode: 0644]
validate/NEWS [new file with mode: 0644]
validate/README [new file with mode: 0644]
validate/autogen.sh [new file with mode: 0755]
validate/configure.ac [new file with mode: 0644]
validate/gst/Makefile.am [new file with mode: 0644]
validate/gst/qa/Makefile.am [new file with mode: 0644]
validate/gst/qa/gst-qa-element-wrapper.c [new file with mode: 0644]
validate/gst/qa/gst-qa-element-wrapper.h [new file with mode: 0644]
validate/gst/qa/gst-qa-runner.c [new file with mode: 0644]
validate/gst/qa/gst-qa-runner.h [new file with mode: 0644]
validate/gst/qa/gst-qa-wrapper-factory.c [new file with mode: 0644]
validate/gst/qa/gst-qa-wrapper-factory.h [new file with mode: 0644]
validate/gst/qa/gst-qa.c [new file with mode: 0644]
validate/gst/qa/qa.h [new file with mode: 0644]