validate: cleanup the playback-time from validate structures

Otherwise we might fail on them in the ges-structure-interface
This commit is contained in:
Thibault Saunier 2018-11-26 14:50:03 -03:00
parent f1baf1a739
commit f85a1bd3a3

View file

@ -568,6 +568,7 @@ _validate_action_execute (GstValidateScenario * scenario,
DECLARE_AND_GET_TIMELINE (scenario, action);
gst_structure_remove_field (action->structure, "playback-time");
if (gst_structure_has_name (action->structure, "add-keyframe") ||
gst_structure_has_name (action->structure, "remove-keyframe")) {
func = _ges_add_remove_keyframe_from_struct;