mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
transition: Fix usage of transition types != crossfade
We need to make sure the crossfade ratio is disabled in that case.
This commit is contained in:
parent
57be9b6799
commit
ef86b7f7e6
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ ges_video_transition_update_control_sources (GESVideoTransition * self,
|
||||||
duration, 0.0, 0.0);
|
duration, 0.0, 0.0);
|
||||||
} else {
|
} else {
|
||||||
ges_video_transition_update_control_source
|
ges_video_transition_update_control_source
|
||||||
(priv->crossfade_control_source, duration, 1.0, 1.0);
|
(priv->crossfade_control_source, duration, -1.0, -1.0);
|
||||||
ges_video_transition_update_control_source (priv->smpte_control_source,
|
ges_video_transition_update_control_source (priv->smpte_control_source,
|
||||||
duration, 1.0, 0.0);
|
duration, 1.0, 0.0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue