From: Adam Leppky Date: Thu, 8 Apr 2021 20:35:30 +0000 (-0500) Subject: titleclip: Expose draw-shadow child property X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a059031d02865c690884cc7688c38ccb3568a85e;p=platform%2Fupstream%2Fgst-editing-services.git titleclip: Expose draw-shadow child property Part-of: --- diff --git a/ges/ges-title-source.c b/ges/ges-title-source.c index b645e67..c1a02a7 100644 --- a/ges/ges-title-source.c +++ b/ges/ges-title-source.c @@ -186,7 +186,7 @@ ges_title_source_create_source (GESTrackElement * object) const gchar *bg_props[] = { "pattern", "foreground-color", NULL }; const gchar *text_props[] = { "text", "font-desc", "valignment", "halignment", "color", "xpos", "ypos", "x-absolute", "y-absolute", "outline-color", - "shaded-background", + "shaded-background", "draw-shadow", "text-x", "text-y", "text-width", "text-height", NULL };