id3tag: When writing id3v2.3, do not use UTF-8.
authorMichael Smith <msmith@songbirdnest.com>
Thu, 10 Sep 2009 19:12:26 +0000 (12:12 -0700)
committerMichael Smith <msmith@songbirdnest.com>
Thu, 10 Sep 2009 19:14:28 +0000 (12:14 -0700)
commitaf6ea56cce207a432728ac6b9d6a31d60d1595cd
treebb71b645f57d76425b29ac4dcf45db60e967df00
parent29c3542dd5ed0471245f02c13e9e2a63399f1ad8
id3tag: When writing id3v2.3, do not use UTF-8.

UTF-8 is only permitted in v2.4. So instead use ISO-8859-1 for ascii-only
strings, and UTF16 otherwise. Also, do not null terminate strings in text
frames, except where required. These two allow windows media player to play
(and correctly read tags) files created by id3mux.
gst/id3tag/id3tag.c