[Bug 781866] gstreamer-vaapi fails to build against libva version 0.99.0

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 28 16:34:48 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=781866

--- Comment #6 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
(In reply to Scott D Phillips from comment #5)
> (In reply to Víctor Manuel Jáquez Leal from comment #4)
> > I think this is a bug in that specific library, with API version 0.99.0
> > 
> > How does it announce themselves as a libva but removing symbols from the
> > official libva???
> 
> I think at worst you could say that that instance of the library isn't
> semantically versioned, but there is some precedent for minor versions from
> .90 up being the unstable lead up to a new (incompatible) major version, gtk
> or wayland for examples. At any rate I don't think it's necessary to draw a
> line in the sand about semantic versioning, it's versioned at least so let's
> use the version numbers to test for compatibility.

Point taken, it's unstable API. And gstreamer-vaapi has done a good job
catching that incompatibility ;)

My worry about these tweaks per specific versions is that we can lose control
(even more :)) of the used API, if we don't draw a line. At least in upstream.

Nevertheless, if we are going to take that path, we should do it a code level,
guarding the usage of that API (which now is only for logging) for that libva
version. Dunno.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list