summaryrefslogtreecommitdiff
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
commit5a9d5ffaeee3154c44fc3aac057258b812945709 (patch)
treefc91ee3a848915d8e1b90bf921bcf61e17f9555e
parentb072067792108824aa505feb61357208af64667d (diff)
downloadgstreamer-plugins-bad-5a9d5ffaeee3154c44fc3aac057258b812945709.tar.gz
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 949800076..bf4711a9e 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):