gstreamer/docs
Thibault Saunier bf952d3c8b validate: Introduce the concept of "Test files"
This way we can have a single file that wraps scenarios,
`gst-validate-1.0` arguments, as well as a configuration.

It changes the name of `description` of scenarios to use `meta`
The goal is to replace tests describes in python with dictionary
to fully self contained `.validatetest` files which look like:

```
meta,
    handles-states=true,
    ignore-eos=true,
    gst-validate-args = {
         "videotestsrc pattern=blue ! video/x-raw,format=I420,framerate=1/1 ! timeoverlay ! $(videosink) name=videosink allocation-meta-flags=0",
    },
    configs = {
         "$(validateflow), pad=videosink:sink, buffers-checksum=true, ignored-fields={\"buffers=meta\", }",
    }

play
seek, start=0.0, stop=5.0, flags=accurate+flush, rate=1.0
crank-clock, expected-elapsed-time=0.0
crank-clock, repeat=4, expected-elapsed-time=1.0
crank-clock, expected-elapsed-time=1.0
stop, on-message=eos
```
2020-04-27 16:03:33 -04:00
..
plugins validate:ssim: Allow specifying file framerate to use frame numbers during comparison 2020-03-12 12:35:45 -03:00
api.md doc: Port to hotdoc 2019-05-13 11:37:38 -04:00
ges-validate-action-types.md docs: Document GES validate action types 2019-06-17 09:53:07 -04:00
gi-index.md doc: Port to hotdoc 2019-05-13 11:37:38 -04:00
gst-validate-action-types.md docs: Update validate action types 2019-06-18 18:15:30 -04:00
gst-validate-config.md doc: Minor typo fixes. 2019-06-27 00:41:03 +00:00
gst-validate-environment-variables.md doc: Port to hotdoc 2019-05-13 11:37:38 -04:00
gst-validate-launcher.md gst-validate-launcher: update documentation 2020-01-24 14:52:49 +00:00
gst-validate-media-check.md doc: Port to hotdoc 2019-05-13 11:37:38 -04:00
gst-validate-scenarios.md validate: Introduce the concept of "Test files" 2020-04-27 16:03:33 -04:00
gst-validate-test-file.md validate: Introduce the concept of "Test files" 2020-04-27 16:03:33 -04:00
gst-validate-transcoding.md docs: Fix docstrings 2019-05-13 17:00:00 -04:00
gst-validate.md doc: Port to hotdoc 2019-05-13 11:37:38 -04:00
index.md docs: Fix docstrings 2019-05-13 17:00:00 -04:00
meson.build doc: Port to hotdoc 2019-05-13 11:37:38 -04:00
sitemap.txt validate: Introduce the concept of "Test files" 2020-04-27 16:03:33 -04:00