Bug 98090 - [patch] multimedia/gstreamer-plugins-good: Fix problems reading unicode id3 tags
Summary: [patch] multimedia/gstreamer-plugins-good: Fix problems reading unicode id3 tags
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-29 15:30 UTC by Khairil Yusof
Modified: 2006-06-05 04:27 UTC (History)
0 users

See Also:


Attachments
patch-id3v2frames.c (5.47 KB, text/plain)
2006-05-29 15:30 UTC, Khairil Yusof
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.