GNOME Bugzilla – Bug 654295
[typefind] audio/x-sap detection doesn't work
Last modified: 2011-07-09 23:21:11 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
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>