video-transition: Make sure crossfade output never contains alpha
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Fri, 30 Jun 2017 20:18:17 +0000 (16:18 -0400)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Fri, 30 Jun 2017 20:24:10 +0000 (16:24 -0400)
Otherwise it would get mixed with lower layers, which is totally
unexpected.

Fixes T7773

Differential Revision: https://phabricator.freedesktop.org/D1764

ges/ges-video-transition.c

index 3d4b3ff..6f430f3 100644 (file)
@@ -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);