mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
video:transition: Set mixer pad zorder
This commit is contained in:
parent
8c0a6402f6
commit
f0b3cd27f9
1 changed files with 2 additions and 0 deletions
|
@ -324,6 +324,8 @@ ges_video_transition_create_element (GESTrackElement * object)
|
|||
(GstPad *) link_element_to_mixer_with_smpte (GST_BIN (topbin), iconvb,
|
||||
mixer, GES_VIDEO_STANDARD_TRANSITION_TYPE_BAR_WIPE_LR, &priv->smpte,
|
||||
priv);
|
||||
g_object_set (priv->mixer_sinka, "zorder", 0, NULL);
|
||||
g_object_set (priv->mixer_sinkb, "zorder", 1, NULL);
|
||||
|
||||
fast_element_link (mixer, oconv);
|
||||
|
||||
|
|
Loading…
Reference in a new issue