From 720010f0734c2c4a88bdee18177c544eb7cf3a28 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Mon, 16 Sep 2013 10:03:07 -0300 Subject: [PATCH] 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. --- validate/data/update_start.scenario | 1 + validate/data/update_stop.scenario | 1 + 2 files changed, 2 insertions(+) create mode 100644 validate/data/update_start.scenario create mode 100644 validate/data/update_stop.scenario diff --git a/validate/data/update_start.scenario b/validate/data/update_start.scenario new file mode 100644 index 0000000000..51b350976a --- /dev/null +++ b/validate/data/update_start.scenario @@ -0,0 +1 @@ +seek, playback_time=2.0, rate=1.0, start_type=set, start=5.0, stop_type=none, stop=0.0 diff --git a/validate/data/update_stop.scenario b/validate/data/update_stop.scenario new file mode 100644 index 0000000000..ed4a9c3f99 --- /dev/null +++ b/validate/data/update_stop.scenario @@ -0,0 +1 @@ +seek, playback_time=5.0, rate=1.0, start_type=none, start=0.0, stop_type=set, stop=10.0