From: Christophe Fergeau Date: Wed, 9 Jun 2004 22:12:33 +0000 (+0000) Subject: gst/tags/gstvorbistag.c: make sure parsed vorbis comments are properly encoded in... X-Git-Tag: 1.19.3~507^2~23119 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a9d5ffaeee3154c44fc3aac057258b812945709;p=platform%2Fupstream%2Fgstreamer.git 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 * 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 --- diff --git a/ChangeLog b/ChangeLog index 9498000..bf4711a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-06-10 Christophe Fergeau + + * 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 * ext/alsa/gstalsa.c: (add_channels):