mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
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
2 changed files with 2 additions and 0 deletions
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…
Reference in a new issue