2018-10-22 09:38:30 +00:00
|
|
|
index.md
|
|
|
|
gst-validate.md
|
|
|
|
gst-validate-transcoding.md
|
|
|
|
gst-validate-media-check.md
|
|
|
|
gst-validate-launcher.md
|
|
|
|
gst-validate-scenarios.md
|
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-24 19:41:10 +00:00
|
|
|
gst-validate-test-file.md
|
2019-06-23 17:40:37 +00:00
|
|
|
gst-validate-config.md
|
2018-10-22 09:38:30 +00:00
|
|
|
gst-validate-environment-variables.md
|
2018-11-17 19:50:30 +00:00
|
|
|
gst-validate-action-types.md
|
2019-06-14 14:43:15 +00:00
|
|
|
ges-validate-action-types.md
|
2020-06-03 18:29:22 +00:00
|
|
|
gst-validate-flow.md
|
2018-10-22 09:38:30 +00:00
|
|
|
gi-index
|
|
|
|
plugins/index.md
|
|
|
|
plugins/ssim.md
|
2019-02-07 18:50:26 +00:00
|
|
|
plugins/validateflow.md
|