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 728634 - Expose outline-color in GES.TitleSource
Expose outline-color 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:07 UTC by Alex Băluț
Modified: 2015-06-24 14:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Pitivi screenshot illustrating the default grey outline (42.29 KB, image/png)
2014-04-21 07:07 UTC, Alex Băluț
  Details
titlesource: Expose the outline-color property (1.32 KB, patch)
2014-11-01 08:48 UTC, Thibault Saunier
committed Details | Review

Description Alex Băluț 2014-04-21 07:07:36 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);
Comment 1 Thibault Saunier 2014-11-01 08:48:03 UTC
Created attachment 289772 [details] [review]
titlesource: Expose the outline-color property
Comment 2 Thibault Saunier 2014-11-10 16:27:18 UTC
Attachment 289772 [details] pushed as fcfdbef - titlesource: Expose the outline-color property