GNOME Bugzilla – Bug 658514
typefinding: recognize .amf (Asylum Music File) files for modplug
Last modified: 2011-09-09 12:01:51 UTC
Created attachment 195941 [details] An Asylum Music File (.amf) When gstreamer 0.10.35 is confronted with an Asylum Music File (.amf), i.e. the soundtrack of Crusader: no regret [1], gstreamer claims it does not recognize the format: $ gst-typefind-0.10 M01.AMF M01.AMF - FAILED: Could not determine type of stream. However, gstreamer can play the file if started with $ gst-launch filesrc location=M01.AMF ! modplug ! alsasink I attached a file to show this behaviour. My guess is that gstreamer does only recognize the other of the two types of .amf modules (advanced module file), but I have not checked this. [1] http://www.mirsoft.info/gmb/music_info.php?id_ele=Mjky
Created attachment 196088 [details] [review] typefind: recognize Asylum modules Note that there is already a AMF detection for a different magic, I'm not sure if that's a different format with the same initials or not. AMF is used for a few different formats (including video), so... This fixes playbin2 playing Asylum modules.
commit 4095551b3182453a435aecd4c4e605dd27180f1b Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Date: Fri Sep 9 12:07:44 2011 +0100 typefind: recognize Asylum modules Note that there is already a AMF detection for a different magic, I'm not sure if that's a different format with the same initials or not. AMF is used for a few different formats (including video), so... This fixes playbin2 playing Asylum modules. https://bugzilla.gnome.org/show_bug.cgi?id=658514