GNOME Bugzilla – Bug 728635
Expose shaded-background in GES.TitleSource
Last modified: 2015-06-24 14:42:58 UTC
Created attachment 274793 [details] Pitivi screenshot illustrating the default shadow casting The textoverlay used by GES.TitleSource seems to have shaded-background set, it should be off by default. $ gst-inspect-1.0 textoverlay | grep shad shaded-background : Whether to shade the background under the text area It should also be possible to change its color/intensity by the GES clients. $ grep shad ../gst-editing-services/ges/ges-title-source.c -c 0
Created attachment 289774 [details] [review] title-source: Expose the shaded-background property Rework the way we override the background property to avoid trying to lookup shaded-foreground-color!
Attachment 289774 [details] pushed as 7f71914 - title-source: Expose the shaded-background property