titlesource: Add properties for text dimensions.

This commit is contained in:
Lubosz Sarnecki 2016-01-28 13:37:13 +01:00 committed by Thibault Saunier
parent 6381e16c51
commit 0c7191847d

View file

@ -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");