titleclip: Expose draw-shadow child property

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/235>
This commit is contained in:
Adam Leppky 2021-04-08 15:35:30 -05:00
parent 083ae2b8ed
commit a059031d02

View file

@ -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
};