mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
video-transition: Make compositor background transparent
Allowing further mixing downstream
This commit is contained in:
parent
d1c01678bc
commit
1131a22a74
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue