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 609314 - typefind: Typefind does not handle .stm module format
typefind: Typefind does not handle .stm module format
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.25
Other All
: Normal enhancement
: 0.10.27
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-08 12:00 UTC by Kaj-Michael Lang
Modified: 2010-02-15 12:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add STM format check (1.17 KB, application/octet-stream)
2010-02-08 12:00 UTC, Kaj-Michael Lang
Details

Description Kaj-Michael Lang 2010-02-08 12:00:23 UTC
Created attachment 153261 [details]
Add STM format check

Typefind does not handle .stm module format. Patch attached.
Comment 1 Tim-Philipp Müller 2010-02-15 12:52:21 UTC
Thanks for the patch, committed:

commit 0230f7ed9e3c976a614a9108945b7746437c3559
Author: Kaj-Michael Lang <milang@tal.org>
Date:   Mon Feb 8 13:54:57 2010 +0200

    typefind: Handle stm module format
    
    Fixes #609314.

(FWIW, the 1-byte peeks aren't very elegant, but I'm too lazy to fix those up now, and it doesn't really matter here :)).