Comment 34 for bug 208068

Revision history for this message
Emilio Pozuelo Monfort (pochu) wrote : Re: [Bug 208068] Re: plays midi, but complains about missing codec afterwards

<email address hidden> 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.

That's nice! Could you attach a patch here?

Also, do you think that's a reasonable solution or should we fix the GStreamer
plugin instead so that it doesn't call WildMidi_Init more than once?