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 711657 - Automatically detect GStreamer API version
Automatically detect GStreamer API version
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-11-08 07:52 UTC by Sebastian Dröge (slomo)
Modified: 2013-11-18 17:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2013-11-08 07:52:03 UTC
It would be great if configure would automatically detect the GStreamer API version to use, e.g. by first checking if 1.2 is available, then checking if 1.0 is available, then checking if 0.10 is available. This could be forced to a specific value by a configure parameter still, but would work out of the box.

Currently many people fail to compile with GStreamer 1.2 because they don't see the configure parameter.
Comment 1 Gwenole Beauchesne 2013-11-13 05:04:46 UTC
Yes, you are right, this was scheduled to be integrated prior to release and after the actual merge of video processing features. Sorry for the inconvenience. :)
Comment 2 Gwenole Beauchesne 2013-11-18 17:35:36 UTC
commit 29270e3af6f0c145a50f26ff9fb24a0092c5dbe7
Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Date:   Mon Nov 18 18:25:21 2013 +0100

    configure: automatically detect GStreamer API version.
    
    Automatically detect GStreamer API version. The --with-gstreamer-api
    configure option now defaults to "autodetect" and configure then tries
    to derive the GStreamer API version from the highest version based on
    what pkg-config --modversion would report.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711657