gstreamer/validate
Thiago Santos 1c32bbbac3 media-info: replacing file-checker with a simpler media-info struct
This struct stores information about a media and tests run on it. It
also has a few helper functions that allows storing the results to a
file and loading it back.

Instead of having the file-checker object that would compare the
extracted values from the file to expected results set to its properties,
the media-info will store the values and it will be possible to compare
old media-info with new media-info from the same file. This allows
tracking improvements and regressions on different gstreamer versions.

Right now, the media-info is very tiny and doesn't store much info, only
the uri and the file size in bytes, but it will receive more additions in
the upcoming commits for storing duration, media topology, seekability and
playback information.
2013-08-19 16:38:13 -03:00
..
data qa-scenario: refactor to accomodate more actions 2013-08-01 01:27:20 -03:00
docs docs: improve and update docs 2013-08-08 12:35:50 -03:00
gst media-info: replacing file-checker with a simpler media-info struct 2013-08-19 16:38:13 -03:00
po po: missing po rename 2013-08-15 01:44:59 -03:00
.gitignore .gitignore: Update for 1.0 and cleanup 2013-08-16 15:15:51 +02: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 rename gst-qa -> gst-validate 2013-08-14 17:46:28 -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 all: Enable more C warnings at build time 2013-08-16 15:13:54 +02: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 Makefile: Clean up for make distcheck 2013-08-13 09:33:25 -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 docs: improve and update docs 2013-08-08 12:35:50 -03:00

If you are looking for informations on how to use gst-qa -> docs/qa-usage.txt
If you are looking for informations on gst-qa design -> docs/qa-design.txt