mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
link to the right sink pad on textoverlay object
This commit is contained in:
parent
295d177d12
commit
98298c00e5
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ ges_track_title_src_create_element (GESTrackSource * object)
|
|||
|
||||
gst_bin_add_many (GST_BIN (topbin), background, text, NULL);
|
||||
|
||||
gst_element_link_pads_full (background, "src", text, "sink",
|
||||
gst_element_link_pads_full (background, "src", text, "video_sink",
|
||||
GST_PAD_LINK_CHECK_NOTHING);
|
||||
|
||||
src = gst_ghost_pad_new ("src", gst_element_get_static_pad (text, "src"));
|
||||
|
|
Loading…
Reference in a new issue