projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
083ae2b
)
titleclip: Expose draw-shadow child property
author
Adam Leppky
<aleppky2@huskers.unl.edu>
Thu, 8 Apr 2021 20:35:30 +0000
(15:35 -0500)
committer
Adam Leppky
<aleppky2@huskers.unl.edu>
Thu, 8 Apr 2021 20:35:30 +0000
(15:35 -0500)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/235>
ges/ges-title-source.c
patch
|
blob
|
history
diff --git
a/ges/ges-title-source.c
b/ges/ges-title-source.c
index b645e6721b2b4ffa7f3aad667aa7e45f28a5d324..c1a02a7bbbe28044c7d834534d304a22a0566bd8 100644
(file)
--- 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
};