After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 728635 - Expose shaded-background in GES.TitleSource
Expose shaded-background in GES.TitleSource
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other Linux
: Normal minor
: 1.5.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-21 07:26 UTC by Alex Băluț
Modified: 2015-06-24 14:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Pitivi screenshot illustrating the default shadow casting (42.29 KB, image/png)
2014-04-21 07:26 UTC, Alex Băluț
  Details
title-source: Expose the shaded-background property (3.12 KB, patch)
2014-11-01 09:58 UTC, Thibault Saunier
committed Details | Review

Description Alex Băluț 2014-04-21 07:26: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
Comment 1 Thibault Saunier 2014-11-01 09:58:19 UTC
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!
Comment 2 Thibault Saunier 2014-11-10 16:27:33 UTC
Attachment 289774 [details] pushed as 7f71914 - title-source: Expose the shaded-background property