diff options
author | Lane Brooks <dirjud@gmail.com> | 2011-01-11 18:18:34 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2011-01-24 19:39:59 +0100 |
commit | 876bf233fb69903b393c8f5e02b49da4066eb333 (patch) | |
tree | dfe1d2fa93d4f2948675b892f583ca796e95d221 /ext/pango/gsttextoverlay.h | |
parent | 254088344cf4588c32bb1ecabb94798ce0e229fe (diff) | |
download | gstreamer-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.h | 3 |
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; /** |