Comment 33 for bug 208068

Revision history for this message
FEX-Emu (fex-emu) wrote :

I was playing around with gstreamer and libwildmidi.
It seems that gstreamer runs WildMidi_Init() from libwildmidi each time a song is played and it should ONLY be calling that function once. I fixed this problem on my own system by compiling my own version of libwildmidi that if a program tried calling it more than once, it ignores it and continues on it's job.