mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +00:00
validate: keep executing actions even after linking up following execution
When linking actions execution without waiting on execution context, then idle callback should keep being called so following action keep being executed.
This commit is contained in:
parent
e11646dcca
commit
b8c085b319
1 changed files with 1 additions and 1 deletions
|
@ -1338,7 +1338,7 @@ execute_next_action (GstValidateScenario * scenario)
|
|||
GST_DEBUG_OBJECT (scenario, "Executing only on idle, waiting for"
|
||||
" next dispatch");
|
||||
|
||||
return G_SOURCE_REMOVE;
|
||||
return G_SOURCE_CONTINUE;
|
||||
}
|
||||
} else {
|
||||
GST_DEBUG_OBJECT (scenario, "Remove source, waiting for action"
|
||||
|
|
Loading…
Reference in a new issue