Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Thibault Saunier
gst-editing-services
Commits
f85a1bd3
Commit
f85a1bd3
authored
Nov 26, 2018
by
Thibault Saunier
🌵
Browse files
validate: cleanup the playback-time from validate structures
Otherwise we might fail on them in the ges-structure-interface
parent
f1baf1a7
Changes
1
Show whitespace changes
Inline
Side-by-side
ges/ges-validate.c
View file @
f85a1bd3
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment