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 147969 - LADSPA plugin should sanitize the info from the .so's to valid UTF-8
LADSPA plugin should sanitize the info from the .so's to valid UTF-8
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.2
Other Linux
: Normal normal
: 0.8.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-07-20 10:20 UTC by Thomas Vander Stichele
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Vander Stichele 2004-07-20 10:20:48 UTC
1) install a properly translated ladspa package (The Debian blop package
triggers it)
2) login as user that can modify the registry
3) run LC_ALL="de_DE@euro" gst-register on debian, or LC_ALL=de_DE gst-register
on FC
4) inspect the registry for the blop plugins.
Comment 1 Ronald Bultje 2004-07-20 13:05:28 UTC
2004-07-19  Benjamin Otte  <otte@gnome.org>
                                                                                
        * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
          make sure longname, description and author are valid UTF-8


Was already fixed.