summaryrefslogtreecommitdiff
path: root/ext/pango/gsttextoverlay.h
diff options
context:
space:
mode:
authorLane Brooks <dirjud@gmail.com>2011-01-11 18:18:34 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-01-24 19:39:59 +0100
commit876bf233fb69903b393c8f5e02b49da4066eb333 (patch)
treedfe1d2fa93d4f2948675b892f583ca796e95d221 /ext/pango/gsttextoverlay.h
parent254088344cf4588c32bb1ecabb94798ce0e229fe (diff)
downloadgstreamer-plugins-base-876bf233fb69903b393c8f5e02b49da4066eb333.tar.gz
textoverlay: Add support for vertical center alignment
Fixes bug #639159.
Diffstat (limited to 'ext/pango/gsttextoverlay.h')
-rw-r--r--ext/pango/gsttextoverlay.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/pango/gsttextoverlay.h b/ext/pango/gsttextoverlay.h
index 5fddf3ad0..10dd9479e 100644
--- a/ext/pango/gsttextoverlay.h
+++ b/ext/pango/gsttextoverlay.h
@@ -35,7 +35,8 @@ typedef enum {
GST_TEXT_OVERLAY_VALIGN_BASELINE,
GST_TEXT_OVERLAY_VALIGN_BOTTOM,
GST_TEXT_OVERLAY_VALIGN_TOP,
- GST_TEXT_OVERLAY_VALIGN_POS
+ GST_TEXT_OVERLAY_VALIGN_POS,
+ GST_TEXT_OVERLAY_VALIGN_CENTER
} GstTextOverlayVAlign;
/**