From: Thibault Saunier Date: Mon, 26 Nov 2018 17:50:03 +0000 (-0300) Subject: validate: cleanup the playback-time from validate structures X-Git-Tag: 1.19.3~493^2~661 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f85a1bd3a3c545ff615b8cedfbf0eefdc37a2ff3;p=platform%2Fupstream%2Fgstreamer.git validate: cleanup the playback-time from validate structures Otherwise we might fail on them in the ges-structure-interface --- diff --git a/ges/ges-validate.c b/ges/ges-validate.c index 94b2e08..5cd4e15 100644 --- a/ges/ges-validate.c +++ b/ges/ges-validate.c @@ -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;