mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
video-transition: Make sure crossfade output never contains alpha
Otherwise it would get mixed with lower layers, which is totally unexpected. Fixes T7773 Differential Revision: https://phabricator.freedesktop.org/D1764
This commit is contained in:
parent
a934efe601
commit
50865a4f37
1 changed files with 0 additions and 1 deletions
|
@ -350,7 +350,6 @@ ges_video_transition_create_element (GESTrackElement * object)
|
||||||
oconv, NULL);
|
oconv, NULL);
|
||||||
|
|
||||||
mixer = ges_smart_mixer_new (NULL);
|
mixer = ges_smart_mixer_new (NULL);
|
||||||
g_object_set (GES_SMART_MIXER (mixer)->mixer, "background", 3, NULL);
|
|
||||||
GES_SMART_MIXER (mixer)->disable_zorder_alpha = TRUE;
|
GES_SMART_MIXER (mixer)->disable_zorder_alpha = TRUE;
|
||||||
gst_bin_add (GST_BIN (topbin), mixer);
|
gst_bin_add (GST_BIN (topbin), mixer);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue