Bug 98090

Summary: [patch] multimedia/gstreamer-plugins-good: Fix problems reading unicode id3 tags
Product: Ports & Packages Reporter: Khairil Yusof <kaeru>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-id3v2frames.c none

Description Khairil Yusof 2006-05-29 15:30:17 UTC

Fix obtained from upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=341774

        * gst/id3demux/id3v2frames.c: (find_utf16_bom),
        (parse_insert_string_field), (parse_split_strings):
        Rework string parsing to always walk over BOM markers in UTF16
        strings, using the endianness indicated by the innermost one,
        then trying the opposite endianness if that fails to convert
        to valid UTF-8. Fixes #341774
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-29 15:32:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2006-06-05 04:25:51 UTC
State Changed
From-To: open->closed

Committed, thanks! In future, please create foobar and foobar.orig, then do 
the 'diff -urN foobar.orig foobar'. The -N will create a new file when we run 
the 'patch' command.