GNOME Bugzilla – Bug 473670
[qtdemux] invalid utf8 in tags causes warnings
Last modified: 2007-09-05 16:26:49 UTC
reproduce: 1) Get an m4a file with tags that contain invalid UTF-8 (faac might help to create one) 2) run the file with gst-launch 3) observe g_warning about invalid utf-8 when setting tag
This should fix it: 2007-09-05 Tim-Philipp Müller <tim at centricular dot net> * gst/qtdemux/Makefile.am: * gst/qtdemux/qtdemux.c: Don't assume tags are encoded as UTF-8 (#473670). Thanks for filing the bug, I did actually forget about it.