video-transition: Make compositor background transparent

Allowing further mixing downstream
This commit is contained in:
Thibault Saunier 2015-09-23 21:23:13 +02:00
parent d1c01678bc
commit 1131a22a74

View file

@ -340,7 +340,7 @@ ges_video_transition_create_element (GESTrackElement * object)
oconv, NULL);
mixer = ges_smart_mixer_new (NULL);
g_assert (mixer);
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);