GNOME Bugzilla – Bug 624920
[textoverlay] configurable text color and position
Last modified: 2010-08-09 08:01:49 UTC
Created attachment 166277 [details] [review] textoverlay: configurable text color and position Rather than only left, right, top, etc, allow for horizontal and vertical positioning on a scale from 0 to 1. Also cater for configuring rendered text color. Color is provided as xRGB value (as in bug #624919).
Looks good but you could use a ARGB value, maybe people want to set the alpha of the test too. Also textoverlay is drawing an outline and shadow, which will still be black.
Created attachment 166400 [details] [review] textoverlay: configurable text color and position As before, but allow for ARGB value as mentioned. One might argue that a shadow (outline?) of whatever color is black, but if there are suggestions to arrive at another one ...
Comment on attachment 166400 [details] [review] textoverlay: configurable text color and position Please commit, looks good :)
commit 90a79b4c604c354c0348312570f904fbbcc8130a Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> Date: Thu Jul 22 17:29:57 2010 +0200 textoverlay: configurable text color and position Rather than only left, right, top, etc, allow for horizontal and vertical positioning on a scale from 0 to 1. Also cater for configuring rendered text color. Fixes #624920. API: GstTextOverlay:xpos API: GstTextOverlay:ypos API: GstTextOverlay:color