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 608706 - assrender recursively scans directories for fonts
assrender recursively scans directories for fonts
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-01 18:26 UTC by Eric Appleman
Modified: 2010-02-02 07:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Removes ass_set_fonts_dir definition (577 bytes, patch)
2010-02-01 18:26 UTC, Eric Appleman
committed Details | Review

Description Eric Appleman 2010-02-01 18:26:20 UTC
Created attachment 152750 [details] [review]
Removes ass_set_fonts_dir definition

This is a waste of time and resources. It should not occur by default.
Comment 1 Tim-Philipp Müller 2010-02-02 00:10:46 UTC
Marking as blocker so it gets reviewed before the freeze/release.
Comment 2 Sebastian Dröge (slomo) 2010-02-02 07:55:13 UTC
commit febb13d26f5b4c7154f3eedcadc90799573e4083
Author: Eric Appleman <erappleman@gmail.com>
Date:   Tue Feb 2 08:53:53 2010 +0100

    assrender: Don't scan current working directory recursively for fonts
    
    This can take a very long time and also libass will overwrite files
    if there's an embedded font with the same filename as an existing file.
    
    Fixes bug #575878 and #608706.