[Bug 728702] Can't play MIDI file

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Feb 22 15:56:43 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=728702

--- Comment #9 from Antonio Ospite <ao2 at ao2.it> ---
Here where gst-play-1.0 works fine, it uses a pipeline equivalent to this one:

  gst-launch-1.0 filesrc location=out.mid ! midiparse ! fluiddec !
autoaudiosink

fluiddec is the element which can consume audio/x-midi-event data.

from your log it looks like midiparse gets used but fluiddec (from
libgstfluidsynthmidi.so in gst-plugins-bad) is not even available.

Can this be a packaging issue?

JFYI an alternative pipeline for midi files is this one:

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

I guess that it does not get picked up because midiparse has a greater priority
than wildmidi?

P.S. IMHO a log without colors is slightly better when you share it.

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