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 654295 - [typefind] audio/x-sap detection doesn't work
[typefind] audio/x-sap detection doesn't work
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: 0.10.36
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-09 10:10 UTC by Piotr Fusik
Modified: 2011-07-09 23:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] typefind: fixed detection of audio/x-sap (1.04 KB, application/octet-stream)
2011-07-09 10:10 UTC, Piotr Fusik
Details

Description Piotr Fusik 2011-07-09 10:10:10 UTC
Created attachment 191574 [details]
[PATCH] typefind: fixed detection of audio/x-sap

I'm developing a GStreamer plugin for playback of *.sap files. See http://asap.sourceforge.net/

GStreamer contains code to detect *.sap files, but it doesn't work ("\x0aA" is one character). I attach a patch that fixes that. An example file can be found at http://asap.sourceforge.net/Lasermania.sap
Comment 1 David Schleef 2011-07-09 23:21:11 UTC
commit b27d2469bd11bac0fc8c5d97408177b7471168a9
Author: Piotr Fusik <fox@scene.pl>
Date:   Sat Jul 9 11:59:42 2011 +0200

    typefind: fixed detection of audio/x-sap
    
    Fixes: #654295.
    
    Signed-off-by: David Schleef <ds@schleef.org>