summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2016-08-02 18:08:41 +0200
committerEdward Hervey <bilboed@bilboed.com>2017-03-03 14:51:51 +0100
commitf955b3db879e05f701abbd1178acf483ac0b8cff (patch)
tree163ee52899ab5b1ce1d9f95ecc8cdcdc7e4caa78
parent7f5d22f616550498d367e5412a92dd8ffdf4555e (diff)
validate: Add a scenario for testing trick mode seeking
-rw-r--r--validate/launcher/apps/gstvalidate.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py
index 8f52019..439a410 100644
--- a/validate/launcher/apps/gstvalidate.py
+++ b/validate/launcher/apps/gstvalidate.py
@@ -798,6 +798,7 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""")
"switch_audio_track_while_paused",
"switch_subtitle_track",
"switch_subtitle_track_while_paused",
+ "trick_mode_seeks",
"disable_subtitle_track_while_paused",
"change_state_intensive",
"scrub_forward_seeking"])
@@ -813,6 +814,7 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""")
"switch_audio_track_while_paused",
"switch_subtitle_track",
"switch_subtitle_track_while_paused",
+ "trick_mode_seeks",
"disable_subtitle_track_while_paused",
"change_state_intensive",
"scrub_forward_seeking"])