scenarios: add 2 new scenarios for seeks with different seek types

They test seeks that only update the stop or the start position, some
demuxers seem not to handle the case where start type is set to None.
This commit is contained in:
Thiago Santos 2013-09-16 10:03:07 -03:00
parent e3e463c0cc
commit 720010f073
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
seek, playback_time=2.0, rate=1.0, start_type=set, start=5.0, stop_type=none, stop=0.0

View file

@ -0,0 +1 @@
seek, playback_time=5.0, rate=1.0, start_type=none, start=0.0, stop_type=set, stop=10.0