[Bug 728634] New: Expose outline-color in GES.TitleSource

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 21 00:07:39 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=728634
  GStreamer | gst-editing-services | git

           Summary: Expose outline-color in GES.TitleSource
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-editing-services
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: alexandru.balut at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=274792)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=274792)
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);

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list