mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
validate:scenario: Report EVENT_SEEK_NOT_HANDLED as reported error on error
This commit is contained in:
parent
b02e422519
commit
11b1ae5f3b
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ gst_validate_scenario_execute_seek (GstValidateScenario * scenario,
|
|||
GST_TIME_ARGS (action->playback_time), action->name,
|
||||
action->action_number, action->repeat, GST_TIME_ARGS (start),
|
||||
GST_TIME_ARGS (stop), rate);
|
||||
ret = GST_VALIDATE_EXECUTE_ACTION_ERROR;
|
||||
ret = GST_VALIDATE_EXECUTE_ACTION_ERROR_REPORTED;
|
||||
}
|
||||
gst_event_unref (seek);
|
||||
|
||||
|
|
Loading…
Reference in a new issue