After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 473670 - [qtdemux] invalid utf8 in tags causes warnings
[qtdemux] invalid utf8 in tags causes warnings
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-09-04 19:21 UTC by Benjamin Otte (Company)
Modified: 2007-09-05 16:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Otte (Company) 2007-09-04 19:21:02 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
Comment 1 Tim-Philipp Müller 2007-09-05 16:26:49 UTC
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.