mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
titleclip: Expose draw-shadow child property
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/235>
This commit is contained in:
parent
083ae2b8ed
commit
a059031d02
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue