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 568707 - typefind don't detect audio/mobile-xmf
typefind don't detect audio/mobile-xmf
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.22
Other All
: Normal enhancement
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-22 15:20 UTC by Benjamin Gaignard
Modified: 2009-01-23 09:21 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
patch for xmf support in typefind (2.06 KB, patch)
2009-01-22 15:22 UTC, Benjamin Gaignard
needs-work Details | Review

Description Benjamin Gaignard 2009-01-22 15:20:16 UTC
typefind don't support audio/mobile-xmf like describe in RFC 4723.
Comment 1 Benjamin Gaignard 2009-01-22 15:22:00 UTC
Created attachment 127003 [details] [review]
patch for xmf support in typefind

patch to support audio/mobile-xmf detection in typefind
Comment 2 Sebastian Dröge (slomo) 2009-01-23 08:53:02 UTC
"mobile XMF" doesn't seem to be a correct file extension... or are there really some file like "file.mobile XMF"? Apart from that the patch looks good :)
Comment 3 Benjamin Gaignard 2009-01-23 09:16:24 UTC
please have a look on following links:
http://www.rfc-editor.org/rfc/rfc4723.txt
http://www.midi.org/about-midi/xmf/m-xmf.shtml

file extension is .mxmf 
Comment 4 Sebastian Dröge (slomo) 2009-01-23 09:21:16 UTC
Thanks, I've committed it without the "mobile MXF" extension then ;)

commit 336e1346e4d6bf66d297e5ac5abaeaff5e422ae7
Author: Benjamin Gaignard <benjamin@gaignard.net>
Date:   Fri Jan 23 10:19:27 2009 +0100

    Add typefinder for Mobile XMF. Fixes bug #568707.