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 732697 - riff: Hexprint invalid fourcc in error message
riff: Hexprint invalid fourcc in error message
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: 1.3.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-03 16:37 UTC by Sebastian Rasmussen
Modified: 2014-07-04 12:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch fixing error message. (1.03 KB, patch)
2014-07-03 16:38 UTC, Sebastian Rasmussen
committed Details | Review

Description Sebastian Rasmussen 2014-07-03 16:37:59 UTC
This fourcc is currently printed as characters which cause warnings about non-UTF-8 characters:

GStreamer-WARNING **: Trying to set string on structure field 'debug', but string is not valid UTF-8. Please file a bug.
Comment 1 Sebastian Rasmussen 2014-07-03 16:38:58 UTC
Created attachment 279852 [details] [review]
Proposed patch fixing error message.
Comment 2 Sebastian Dröge (slomo) 2014-07-03 17:37:38 UTC
commit 7807e2e6fd146cce26a0374aa3e4e03cc443a9b5
Author: Sebastian Rasmussen <sebrn@axis.com>
Date:   Thu Jul 3 18:32:02 2014 +0200

    riff: Print invalid fourcc in error message in hex
    
    Previously this was printed as characters which caused later processing
    of the error message to sometimes warn about non-UTF-8 characters.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732697