summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2004-06-09 22:12:33 +0000
committerChristophe Fergeau <teuf@gnome.org>2004-06-09 22:12:33 +0000
commit7be5f43843bd9757223603ea825a3ed9a9940fd9 (patch)
tree2de472d8f26d95d56d96d55b3f9521613e843ed9
parent75c230678cc8ce2079b4cc5d787368264a34c664 (diff)
gst/tags/gstvorbistag.c: make sure parsed vorbis comments are properly encoded in UTF-8 before adding them to a GstTa...
Original commit message from CVS: 2004-06-10 Christophe Fergeau <teuf@gnome.org> * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed vorbis comments are properly encoded in UTF-8 before adding them to a GstTagList
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94980007..bf4711a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-06-10 Christophe Fergeau <teuf@gnome.org>
+
+ * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
+ vorbis comments are properly encoded in UTF-8 before adding them
+ to a GstTagList
+
2004-06-09 Benjamin Otte <otte@gnome.org>
* ext/alsa/gstalsa.c: (add_channels):