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 623722 - gstwildmidi element update to newer library version
gstwildmidi element update to newer library version
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-07 04:46 UTC by André Dieb Martins
Modified: 2010-07-08 01:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Dieb Martins 2010-07-07 04:46:54 UTC
WildMidi newer version (0.2.3.1) [1] breaks the API and gstreamer's plugin needs update.

The attached patch is an initial version of this version port, I know it should have #ifdefs for version checks, but WildMidi doesn't seem to have versioning anywhere on their headers. It also seems to lack a .pc file, which I'm about to  suggest its maintainer to add.

I'd like also to have suggestions on the properties names, as I don't know what they mean and the appropriate names.
Comment 1 Sebastian Dröge (slomo) 2010-07-07 06:38:03 UTC
commit 191c2d38eaf23ad023611e600d637d834d8961d8
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Wed Jul 7 08:37:12 2010 +0200

    wildmidi: Add support for wildmidi 0.2.3
    
    Fixes bug #623722.
Comment 2 Chris Ison 2010-07-08 01:24:08 UTC
I change i made to WildMIDI last night might help for future reference. I have utilized --version-info in the linker and 0.2.3.2 library shows as libWildMidi.so.1.0.0, ... future versions of the library will be adjusted accordingly.