mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
validate: Execute actions if we get seeked in ready state
This commit is contained in:
parent
87ae465c77
commit
bed0f51d6c
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ get_position (GstValidateScenario * scenario)
|
|||
}
|
||||
|
||||
/* TODO what about non flushing seeks? */
|
||||
if (priv->last_seek) {
|
||||
if (priv->last_seek && priv->target_state > GST_STATE_READY) {
|
||||
GST_INFO_OBJECT (scenario, "Still seeking -- not executing action");
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue