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 594094 - Playback Error playing Midi file
Playback Error playing Midi file
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.24
Other Linux
: Normal normal
: 0.10.25
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-04 01:42 UTC by ubuntu
Modified: 2009-09-04 05:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The MIDI file causing the problem (141.50 KB, application/octet-stream)
2009-09-04 01:42 UTC, ubuntu
Details

Description ubuntu 2009-09-04 01:42:09 UTC
Created attachment 142447 [details]
The MIDI file causing the problem

When trying to play a Midi file, a popup dialog box appears with the
following message:

Playback Error
Problem occurred without error being set. This is a bug in Rhythmbox or
GStreamer.

This occurred when playing a Midi file with RIFF information. Attached
is the Midi file which was taken from
http://www.classicalmusicmidipage.com/music/?composer=1

The Midi file works without a problem when played with timidity.
Comment 1 Sebastian Dröge (slomo) 2009-09-04 05:08:33 UTC
Yes, Midi files inside a RIFF container are not supported yet. I'll take a look at this later...
Comment 2 Sebastian Dröge (slomo) 2009-09-04 05:37:37 UTC
commit a69ffb5886e3c3b2d73d736644afd81f91753e3f
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Fri Sep 4 07:36:10 2009 +0200

    typefindfunctions: Add typefinder for Midi inside RIFF
    
    This is a standard Midi file format that should be supported by
    all Midi decoders and also has the mimetype audio/mid according to
    the Midi specification homepage.
    
    Fixes bug #594094.