GNOME Bugzilla – Bug 728634
Expose outline-color in GES.TitleSource
Last modified: 2015-06-24 14:42:53 UTC
Created attachment 274792 [details] Pitivi screenshot illustrating the default grey outline Currently all the TitleSource elements have a grey outline. It should be possible to: - disable it; - change its color. +++ b/ges/ges-title-source.c @@ -150,6 +150,9 @@ ges_title_source_create_source (GESTrackElement * object) background = gst_element_factory_make ("videotestsrc", "titlesrc-bg"); text = gst_element_factory_make ("textoverlay", "titlsrc-text"); + + g_object_set(text, "outline-color", 0, NULL);
Created attachment 289772 [details] [review] titlesource: Expose the outline-color property
Attachment 289772 [details] pushed as fcfdbef - titlesource: Expose the outline-color property