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
@ -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…
x
Reference in New Issue
Block a user