[Bug 784398] Add support for VA-API 1.0
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Aug 17 21:36:37 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=784398
--- Comment #19 from U. Artie Eoff <ullysses.a.eoff at intel.com> ---
Deprecated attributes don't generate compiler warnings until the thing marked
as deprecated is "used". Unfortunately, some of the libva headers actually
"use" some of the deprecated enums to assign values to other enums. This
causes those compiler warnings (at the fault of libva) to propagate into all
downstream projects that include those libva headers... even if the downstream
projects do not use the deprecated things explicitly.
IMO, libva should deal with this better and prevent its own usage of deprecated
things from being exposed to other projects.
Of course, projects that "use" the deprecated things should be warned as
intended.
--
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