validate: launcher: Add support for running tests with a pushfile source
authorThibault Saunier <tsaunier@igalia.com>
Wed, 23 May 2018 15:57:23 +0000 (17:57 +0200)
committerThibault Saunier <tsaunier@igalia.com>
Fri, 15 Jun 2018 16:05:14 +0000 (12:05 -0400)
commit58c90448ca6e96eaeba3325ea341e55612ed49b2
treeee1f3babd24a562b52655e13dbc39b7ba751e42a
parentb2e71e140492d4855ca0a76200c67b8d5fe5b647
validate: launcher: Add support for running tests with a pushfile source

Introducing the `.media_info.push` media info extension, which is meant
to let the launcher know that those file should run with the "pushfile://"
protocol.

And allow symlinking "normal" `.media_info` to their `.pushfile` variant
so that both can share the exact same content.
validate/docs/validate/gst-validate-launcher.xml
validate/launcher/apps/gstvalidate.py
validate/launcher/baseclasses.py
validate/launcher/utils.py