mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
scenario: do not set default seek flags
Seeks will be done with no particular flags, unless specified in the scenario.
This commit is contained in:
parent
185b4bc335
commit
bb124f787d
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ _execute_seek (GstValidateScenario * scenario, GstValidateAction * action)
|
|||
|
||||
gdouble rate = 1.0, dstart, dstop;
|
||||
GstFormat format = GST_FORMAT_TIME;
|
||||
GstSeekFlags flags = GST_SEEK_FLAG_ACCURATE | GST_SEEK_FLAG_FLUSH;
|
||||
GstSeekFlags flags = 0;
|
||||
GstSeekType start_type = GST_SEEK_TYPE_SET;
|
||||
GstClockTime start;
|
||||
GstSeekType stop_type = GST_SEEK_TYPE_SET;
|
||||
|
|
Loading…
Reference in a new issue