mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
validate: cleanup the playback-time from validate structures
Otherwise we might fail on them in the ges-structure-interface
This commit is contained in:
parent
f1baf1a739
commit
f85a1bd3a3
1 changed files with 1 additions and 0 deletions
|
@ -568,6 +568,7 @@ _validate_action_execute (GstValidateScenario * scenario,
|
||||||
|
|
||||||
DECLARE_AND_GET_TIMELINE (scenario, action);
|
DECLARE_AND_GET_TIMELINE (scenario, action);
|
||||||
|
|
||||||
|
gst_structure_remove_field (action->structure, "playback-time");
|
||||||
if (gst_structure_has_name (action->structure, "add-keyframe") ||
|
if (gst_structure_has_name (action->structure, "add-keyframe") ||
|
||||||
gst_structure_has_name (action->structure, "remove-keyframe")) {
|
gst_structure_has_name (action->structure, "remove-keyframe")) {
|
||||||
func = _ges_add_remove_keyframe_from_struct;
|
func = _ges_add_remove_keyframe_from_struct;
|
||||||
|
|
Loading…
Reference in a new issue