summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Leppky <aleppky2@huskers.unl.edu>2021-04-08 15:35:30 -0500
committerAdam Leppky <aleppky2@huskers.unl.edu>2021-04-08 15:35:30 -0500
commita059031d02865c690884cc7688c38ccb3568a85e (patch)
tree00477df5deea0e5d1dd6c1e2dda451b7e7c6ce0b
parent083ae2b8ed658ff579de7eedea7fd728c1e49457 (diff)
titleclip: Expose draw-shadow child property
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/235>
-rw-r--r--ges/ges-title-source.c2
1 files changed, 1 insertions, 1 deletions
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
};