From a059031d02865c690884cc7688c38ccb3568a85e Mon Sep 17 00:00:00 2001 From: Adam Leppky Date: Thu, 8 Apr 2021 15:35:30 -0500 Subject: titleclip: Expose draw-shadow child property Part-of: --- ges/ges-title-source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ges/ges-title-source.c b/ges/ges-title-source.c index b645e672..c1a02a7b 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 }; -- cgit v1.2.3