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:
parent
e3e463c0cc
commit
720010f073
1
validate/data/update_start.scenario
Normal file
1
validate/data/update_start.scenario
Normal file
@ -0,0 +1 @@
|
||||
seek, playback_time=2.0, rate=1.0, start_type=set, start=5.0, stop_type=none, stop=0.0
|
1
validate/data/update_stop.scenario
Normal file
1
validate/data/update_stop.scenario
Normal file
@ -0,0 +1 @@
|
||||
seek, playback_time=5.0, rate=1.0, start_type=none, start=0.0, stop_type=set, stop=10.0
|
Loading…
x
Reference in New Issue
Block a user