mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
titlesource: Add properties for text dimensions.
This commit is contained in:
parent
6381e16c51
commit
0c7191847d
1 changed files with 2 additions and 1 deletions
|
@ -241,7 +241,8 @@ ges_title_source_create_source (GESTrackElement * object)
|
|||
GESTitleSourcePrivate *priv = self->priv;
|
||||
const gchar *bg_props[] = { "pattern", "foreground-color", NULL };
|
||||
const gchar *text_props[] = { "text", "font-desc", "valignment", "halignment",
|
||||
"color", "xpos", "ypos", "outline-color", "shaded-background", NULL
|
||||
"color", "xpos", "ypos", "outline-color", "shaded-background",
|
||||
"text-x", "text-y", "text-width", "text-height", NULL
|
||||
};
|
||||
|
||||
topbin = gst_bin_new ("titlesrc-bin");
|
||||
|
|
Loading…
Reference in a new issue