validate: Add scub_*_seeking_full scenarios

Which basically do the same thing as scrub_*_seeking but during
throughout the whole duration of the media
This commit is contained in:
Thibault Saunier 2014-11-25 15:29:29 +01:00
parent b56ebc8a43
commit 62bf27f5e3
3 changed files with 14 additions and 0 deletions

View file

@ -10,6 +10,8 @@ scenarios_DATA = simple_seeks.scenario \
pause_resume.scenario \
scrub_forward_seeking.scenario \
scrub_backward_seeking.scenario \
scrub_forward_seeking_full.scenario \
scrub_backward_seeking_full.scenario \
adaptive_video_size.scenario \
adaptive_video_framerate.scenario \
adaptive_video_framerate_size.scenario\

View file

@ -0,0 +1,7 @@
description, seek=true
pause, playback-time=0.0
seek, playback-time=0.0, start="duration - 0.5", flags=accurate+flush
seek, playback-time=0.0, start=position-0.1, repeat="(duration - 0.6)/0.1", flags=accurate+flush
play, playback-time=0.0
stop, playback-time=1.0

View file

@ -0,0 +1,5 @@
description, seek=true, handles-states=true
pause, playback-time=0.0
seek, playback-time=0.0, start=position+0.1, repeat="(duration - 0.5)/0.1", flags=accurate+flush
play, playback-time=0.0
stop, playback-time=1.0