summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2015-09-23 21:23:13 +0200
committerThibault Saunier <tsaunier@gnome.org>2015-09-23 21:23:13 +0200
commit1131a22a7422071e6b23d689aeca9d5e90d3f4f8 (patch)
treee243b68612f8e39701649c417f1ccfece28afcba
parentd1c01678bcce36d305a0a9ccffcbf59a50304535 (diff)
video-transition: Make compositor background transparent
Allowing further mixing downstream
-rw-r--r--ges/ges-video-transition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ges/ges-video-transition.c b/ges/ges-video-transition.c
index 8a42ec60..814bbb0f 100644
--- a/ges/ges-video-transition.c
+++ b/ges/ges-video-transition.c
@@ -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);