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 750802 - typefind: UTF-8 MSS manifest parsing support
typefind: UTF-8 MSS manifest parsing support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.5.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-11 16:14 UTC by Philippe Normand
Modified: 2015-06-11 17:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
typefindfunctions: UTF-8 MSS Manifest detection support (2.75 KB, patch)
2015-06-11 16:16 UTC, Philippe Normand
committed Details | Review

Description Philippe Normand 2015-06-11 16:14:32 UTC
Seems like the typefinder currently supports only UTF-16 manifests. I started a patch to also support UTF-8.
Comment 1 Philippe Normand 2015-06-11 16:16:51 UTC
Created attachment 305081 [details] [review]
typefindfunctions: UTF-8 MSS Manifest detection support

Check if the first bytes of data contain an UTF-8 BOM.
Comment 2 Sebastian Dröge (slomo) 2015-06-11 17:47:02 UTC
commit d182e66bcef175a14a0c2afb2c46558be7bd038f
Author: Philippe Normand <philn@igalia.com>
Date:   Thu Jun 11 18:14:47 2015 +0200

    typefindfunctions: UTF-8 MSS Manifest detection support
    
    Check if the first bytes of data contain an UTF-8 BOM.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=750802