From d0a4d90b5077c5e2591593e4099e34ddd514bb95 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 12 May 2006 08:21:37 +0000 Subject: gst/id3demux/id3v2frames.c: Some more debug info. No need to check whether the string returned by g_convert() is real... Original commit message from CVS: * gst/id3demux/id3v2frames.c: (parse_insert_string_field): Some more debug info. No need to check whether the string returned by g_convert() is really UTF-8 - either it is or we get NULL returned. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b777a35a..af2522e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-05-10 Tim-Philipp Müller + + * gst/id3demux/id3v2frames.c: (parse_insert_string_field): + Some more debug info. No need to check whether the string + returned by g_convert() is really UTF-8 - either it is or + we get NULL returned. + 2006-05-10 Jan Schmidt * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist): -- cgit