After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 602924 - Text subtitle rendering regression
Text subtitle rendering regression
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.26
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-25 11:58 UTC by Bastien Nocera
Modified: 2009-11-26 13:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2009-11-25 11:58:05 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
Comment 1 Sebastian Dröge (slomo) 2009-11-26 13:32:24 UTC
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.