[Bug 736708] New: audio/x-midi-event not correctly mapped

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 15 17:53:40 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=736708
  GStreamer | gst-plugins-bad | 1.2.4

           Summary: audio/x-midi-event not correctly mapped
    Classification: Platform
           Product: GStreamer
           Version: 1.2.4
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: tomaspollak at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Hi, 

I'm trying to play a MIDI file using Gstreamer, on a x64 Ubuntu 14.04. Both
Rhythmbox and Parole gave errors about not being able to play it, even though I
have all the bad/ugly packages installed, so I tried using gst-launch.

When running:

    gst-launch-1.0 filesrc location="test.mid" ! decodebin ! autoaudiosink

I get a "Missing element: audio/x-midi-event decoder". However, if I run:

    gst-launch-1.0 filesrc location="test.mid" ! wildmidi ! autoaudiosink

It works perfectly.

I'm not sure if this is a bug or a feature, but I though you guys should know. 

Is there any way to create a mapping from "audio/x-midi-event" to the wildmidi
plugin by hand?

Thanks,
Tom

-- 
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