gstreamer/validate/launcher
Edward Hervey 9188968f5c validate: Add live-related features to scenarios and medias
Note: The notion of "live" here is in the *content* sense and not in the
GStreamer sense.
Ex:
  * A rtsp stream is always "live" in the GStreamer sense but might not always
    provide live content.
  * HLS/DASH streams are not "live" in the GStreamer sense but might
    provide "live" content.

Some scenarios might:
* require live content
* not be compatible with live content

This patch adds two new properties for scenarios:
* live_content_required (default False) for scenarios that can only work with
  live content.
* live_content_compatible (default False) for scenarios that can work with
  both live and non-live content.
This patch adds support for reading a "live" property from stream_info
2017-05-25 14:04:00 +02:00
..
apps launcher:check: Ensure to set build dir before rebuilding 2017-04-20 10:13:00 -03:00
testsuites validate:launcher: Add a way to specify a set of tests to run under the leak tracer 2017-02-10 15:56:11 -03:00
__init__.py validate: Make validate launcher apps work in a meson uninstalled env 2017-01-03 14:38:24 -03:00
baseclasses.py validate: Add live-related features to scenarios and medias 2017-05-25 14:04:00 +02:00
config.py.in validate:launcher: Fix running on windows 2017-01-03 15:34:39 -03:00
httpserver.py validate:launcher: Port to Python3 2016-11-09 10:13:42 -03:00
loggable.py validate:launcher: Port to Python3 2016-11-09 10:13:42 -03:00
main.py validate:launcher: Add an option for user to modify timeout values 2017-02-06 12:16:41 -03:00
Makefile.am Revert "Revert "validate:launcher: Add an app handler for unit tests described in meson"" 2017-01-03 13:01:31 -03:00
meson.build validate:launcher: Fix typo in meson build definitions 2017-02-27 12:12:38 -03:00
RangeHTTPServer.py validate: Make the HTTP server multi-threaded 2017-03-02 17:40:18 +01:00
reporters.py validate: Mark tests as SKIPPED when installation is missing a GStreamer plugin 2017-02-07 13:12:09 -03:00
utils.py validate: Mark tests as SKIPPED when installation is missing a GStreamer plugin 2017-02-07 13:12:09 -03:00
vfb_server.py validate:launcher: Port to Python3 2016-11-09 10:13:42 -03:00