[Bug 706061] New: [typefind] improved and extended typefinder for module music

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 15 04:45:42 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=706061
  GStreamer | gst-plugins-base | git

           Summary: [typefind] improved and extended typefinder for module
                    music
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: dv at pseudoterminal.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=251719)
 View: https://bugzilla.gnome.org/attachment.cgi?id=251719
 Review: https://bugzilla.gnome.org/review?bug=706061&attachment=251719

typefinder improvements for module music formats

Currently, all of the formats (MOD, XM, S3M, IT, PSM, ...) are labeled as
"audio/x-mod". However, different module players support different sets of
formats. Therefore, it would be better if the caps described the format in more
detail.

This patch improves the audio/x-mod typefind function in two ways: first, it
adds a "type" field to the caps, containing the type of module format as a
string. Example: "audio/x-mod, type: (string)xm". Second, it can now recognize
more module formats.

The new typefind code was tested against a large subset of ftp.modland.com ,
and worked well.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list