summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLubosz Sarnecki <lubosz.sarnecki@collabora.co.uk>2016-03-11 12:45:37 +0100
committerThibault Saunier <tsaunier@gnome.org>2016-03-11 13:56:59 +0100
commitc4356db40c6e50f7314a75ea65d46f9f21ef0a5d (patch)
treef45ca67a3798855ee8fd96aa4e7b19589c5995d4 /examples
parent61c25a312f06f61b65037db65d337a7d76346a3b (diff)
titlesource: use x/yabsolute instead of x/ypos.
Diffstat (limited to 'examples')
-rw-r--r--examples/c/overlays.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/c/overlays.c b/examples/c/overlays.c
index d0edc3b5..b646a075 100644
--- a/examples/c/overlays.c
+++ b/examples/c/overlays.c
@@ -68,8 +68,8 @@ make_overlay (char *text, guint64 start, guint64 duration, gint priority,
"priority", (guint32) priority,
"in-point", (guint64) 0,
"color", (guint32) color,
- "valignment", (gint) GES_TEXT_VALIGN_POSITION,
- "halignment", (gint) GES_TEXT_HALIGN_POSITION,
+ "valignment", (gint) GES_TEXT_VALIGN_ABSOLUTE,
+ "halignment", (gint) GES_TEXT_HALIGN_ABSOLUTE,
"xpos", (gdouble) xpos, "ypos", (gdouble) ypos, NULL);
return ret;