GNOME Bugzilla – Bug 639159
[textoverloay] Add vertical center alignment option
Last modified: 2011-01-24 18:44:59 UTC
Created attachment 177946 [details] [review] patch I am not sure why, but the valignment property in textoverlay has top, bottom, baseline, and position, but does not have a center option. The halignment property has a center option. Granted you can dial in a center option using the new position option, but it seems more consistent with the halignment property to also allow a valignment=center option. The patch is attached. It is only a few lines of code.
Thanks, I'll push this patch after the current gst-plugins-base release. In the future, please attach patches in "git format-patch" format or use "git bz" :)
commit 876bf233fb69903b393c8f5e02b49da4066eb333 Author: Lane Brooks <dirjud@gmail.com> Date: Tue Jan 11 18:18:34 2011 +0100 textoverlay: Add support for vertical center alignment Fixes bug #639159.