From e7762d13ccd9a7023a054766927dee3741de904b Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 19 Mar 2015 12:22:39 +0100 Subject: [PATCH] validate:launcher: Fix small typo --- validate/launcher/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/launcher/main.py b/validate/launcher/main.py index 74f16e6..58398c3 100644 --- a/validate/launcher/main.py +++ b/validate/launcher/main.py @@ -96,7 +96,7 @@ file is not seekable, seeking scenarios will not be run on it etc... It is possible that some scenarios are very specific to one media file. In that case, the .scenario file should be present in the same folder as the .media_info file and be called similarly. For example for a file called /some/media/file.mp4, the media_info -file will be called /some/media/file.mp4 and a scenario that will seek to a position that +file will be called /some/media/file.media_info and a scenario that will seek to a position that is known to fail would be called: /some/media/file.mp4.seek_to_failing_pos.scenario and gst-validate-launcher will run that scenario only on that media file. -- 2.7.4