mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +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);
|
||||
|
||||
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;
|
||||
gst_bin_add (GST_BIN (topbin), mixer);
|
||||
|
||||
|
|
Loading…
Reference in a new issue