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:
Thibault Saunier 2015-03-13 17:07:00 +00:00
parent e11646dcca
commit b8c085b319

View file

@ -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"