GNOME Bugzilla – Bug 588802
Disables new API for pre-releases
Last modified: 2009-07-16 18:16:34 UTC
Hi, gst-python currently disables bindings for new API if only a pre-release is installed, e.g. gst-python 0.10.15.2 has support for the core/base 0.10.24 API but disables it when core/base 0.10.23.2 is installed. This makes it quite hard to test the new bindings :)
I just tried again against current git (i.e. core/base 0.10.23.2) and it does detect properly that it's a git version (i.e. it will activate the new API). Can you attach the configure log and gst/gstversion.override ?
Oh, I missed the CVS/GIT detection part in configure.ac and just saw the checks for the 0.10.24 release. Sorry, my fault