diff options
author | Christophe Fergeau <teuf@gnome.org> | 2004-06-09 22:12:33 +0000 |
---|---|---|
committer | Christophe Fergeau <teuf@gnome.org> | 2004-06-09 22:12:33 +0000 |
commit | 5a9d5ffaeee3154c44fc3aac057258b812945709 (patch) | |
tree | fc91ee3a848915d8e1b90bf921bcf61e17f9555e | |
parent | b072067792108824aa505feb61357208af64667d (diff) | |
download | gst-plugins-bad-5a9d5ffaeee3154c44fc3aac057258b812945709.tar.gz gst-plugins-bad-5a9d5ffaeee3154c44fc3aac057258b812945709.tar.bz2 gst-plugins-bad-5a9d5ffaeee3154c44fc3aac057258b812945709.zip |
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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |