GNOME Bugzilla – Bug 586929
[midi] Doesn't handle push
Last modified: 2009-08-31 16:48:40 UTC
+++ This bug was initially created as a clone of Bug #552118 +++ $ gst-launch-0.10 playbin uri="http://www.vgmusic.com/music/console/nintendo/nes/tetris_bradinsky.mid" Setting pipeline to PAUSED ... Pipeline is PREROLLING ... ** Message: don't know how to handle audio/midi ERROR: from element /GstPlayBin:playbin0/GstDecodeBin:decodebin0: A audio/midi decoder plugin is required to play this stream, but not installed. Additional debug info: gstdecodebin.c(904): close_pad_link (): /GstPlayBin:playbin0/GstDecodeBin:decodebin0: No decoder to handle media type 'audio/midi' ERROR: pipeline doesn't want to preroll. Setting pipeline to NULL ... FREEING pipeline ... Playing the file locally works.
commit 42b9415024da6bc95b963cce8a7259fb998193bd Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Mon Aug 31 18:21:34 2009 +0200 wildmidi: allow for push mode operation Fixes #586929