diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2006-05-12 08:21:37 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2006-05-12 08:21:37 +0000 |
| commit | d0a4d90b5077c5e2591593e4099e34ddd514bb95 (patch) | |
| tree | a35c87d8d083f01c368188fd55c00b644dab80f6 /ChangeLog | |
| parent | 9edc0c0365f79ab07ff2e65461c6696e3931a3f0 (diff) | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-05-10 Tim-Philipp Müller <tim at centricular dot net> + + * 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 <thaytan@mad.scientist.com> * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist): |
