Opened 14 years ago
Closed 14 years ago
#21 closed defect (invalid)
[PATCH] gst-aubio doesn't compile against the latest version of libaubio.
Reported by: | mike@mikeasoft.com | Owned by: | Paul Brossier |
---|---|---|---|
Priority: | normal | Milestone: | 0.3.3 |
Component: | corelib | Version: | 0.3.2 |
Severity: | normal | Keywords: | |
Cc: |
Description
Due to some API changes in aubio since the release of gst-aubio these plugins no longer compile. I've updated the plugins in my own clone of the gst-aubio repository here: https://github.com/Elleo/gst-aubio (specifically commit e3d700da8b60706d6a83), so if you merge from this branch it should fix the issue.
Cheers, Mike.
Change History (3)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Ah sorry, I hadn't realised the released version was quite so out of date. I'd just assumed that since gst-aubio hadn't been updated in a couple of years that there'd been a stable release since then.
comment:3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Indeed, I really have to release all this now. Thanks for your report.
Note: See
TracTickets for help on using
tickets.
Hi Mike,
Thanks for the patch, but it seems you are compiling against the latest *released* version of aubio. Instead, the current git head of gst-aubio should build fine against the current head of aubio.
Could you try again against aubio's head and see if it helps?
gst-aubio has not been released yet, so best would be to build it against aubio head.
Thanks, Paul