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 752436 - typefind: Treat *.umx (Unreal Music Package) as audio/x-mod
typefind: Treat *.umx (Unreal Music Package) as audio/x-mod
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-15 19:50 UTC by Ville Skyttä
Modified: 2015-08-16 13:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Treat *.umx (Unreal Music Package) as audio/x-mod (1.56 KB, patch)
2015-07-15 19:50 UTC, Ville Skyttä
committed Details | Review

Description Ville Skyttä 2015-07-15 19:50:38 UTC
Created attachment 307505 [details] [review]
Treat *.umx (Unreal Music Package) as audio/x-mod

gst should treat *.umx as audio/x-mod and play them through modplug, patch attached.
Comment 1 Tim-Philipp Müller 2015-07-22 12:02:59 UTC
Thanks, pushed this, but I changed it to POSSIBLE instead of MAXIMUM probability. Declaring MAXIMUM based on 4 bytes doesn't seem right to me (I realise the surrounding code does that too, but that doesn't make it any better :).

 commit 04e3fc3f336cec678120d9122ea940428f9a7e60
 Author: Ville Skyttä <ville.skytta@iki.fi>
 Date:   Wed Jul 15 21:56:17 2015 +0300

    typefind: Treat *.umx (Unreal Music Package) as audio/x-mod
    
    https://bugzilla.gnome.org//show_bug.cgi?id=752436