GStreamer multimedia framework
Find a file
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
debug-viewer debug-viewer: Display nanoseconds in the timestamp column 2020-03-02 12:55:18 +00:00
docs validate: Introduce the concept of "Test files" 2020-04-27 16:03:33 -04:00
hooks Pass python files through autopep8 2019-04-03 13:38:42 +00:00
tracer Pass python files through autopep8 2019-04-03 13:38:42 +00:00
validate validate: Introduce the concept of "Test files" 2020-04-27 16:03:33 -04:00
.arcconfig Update .arcconfig 2015-10-10 10:47:40 +01:00
.gitignore validate: remove autotools build 2019-10-15 00:24:00 +01:00
.gitlab-ci.yml ci: Port from only: to rules 2020-03-17 11:53:36 -04:00
meson.build validate: Enhance error reporting for errors in struct files 2020-02-25 16:22:10 -03:00
meson_options.txt meson: Remove unused gtk_doc option 2019-12-28 22:40:30 +01:00