GNOME Bugzilla – Bug 602924
Text subtitle rendering regression
Last modified: 2009-11-26 13:32:24 UTC
As reported in https://bugzilla.redhat.com/show_bug.cgi?id=537559 The current master for gst-plugins-base has a regression in the way it displays text subtitles: http://belegdol.fedorapeople.org/gstreamer/original.png http://belegdol.fedorapeople.org/gstreamer/testing.png
commit 83932577325d030bfa40a0c1dbc22683957b6b2a Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Thu Nov 26 14:30:33 2009 +0100 Revert "textoverlay: First draw outline text and then the real text" This reverts commit 60aa09d28c1f9fd29b56876d7ac6c0366d6cef4d. First drawing the real text and then the outline produces ugly text in lower resolutions. The outline line width needs to be somehow changed relative to the resolution. Fixes bug #602924.