projects
/
platform
/
upstream
/
gst-editing-services.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
295d177
)
link to the right sink pad on textoverlay object
author
Brandon Lewis
<brandon@collabora.co.uk>
Fri, 23 Jul 2010 16:22:31 +0000
(18:22 +0200)
committer
Brandon Lewis
<brandon@collabora.co.uk>
Fri, 23 Jul 2010 16:22:31 +0000
(18:22 +0200)
ges/ges-track-title-source.c
patch
|
blob
|
history
diff --git
a/ges/ges-track-title-source.c
b/ges/ges-track-title-source.c
index
a1fe30b
..
cf29b8c
100644
(file)
--- a/
ges/ges-track-title-source.c
+++ b/
ges/ges-track-title-source.c
@@
-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"));