From fcfdbef0b2aa13859bc3b45dd01e18d2604e8442 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Sat, 1 Nov 2014 09:47:39 +0100 Subject: [PATCH] titlesource: Expose the outline-color property https://bugzilla.gnome.org/show_bug.cgi?id=728634 --- ges/ges-title-source.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ges/ges-title-source.c b/ges/ges-title-source.c index c96cb8d299..def72c2f1a 100644 --- a/ges/ges-title-source.c +++ b/ges/ges-title-source.c @@ -82,6 +82,11 @@ * The vertical position of the text * * + * guint + * outline-color + * Color to use for outline the text (big-endian ARGB). + * + * * * * @@ -235,7 +240,7 @@ ges_title_source_create_source (GESTrackElement * object) GESTitleSourcePrivate *priv = self->priv; const gchar *bg_props[] = { "pattern", "foreground-color", NULL }; const gchar *text_props[] = { "text", "font-desc", "valignment", "halignment", - "color", "xpos", "ypos", NULL + "color", "xpos", "ypos", "outline-color", NULL }; topbin = gst_bin_new ("titlesrc-bin");