libs: macro to get a renamed value in VA-API 1.0
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Thu, 17 Aug 2017 10:44:40 +0000 (12:44 +0200)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Fri, 25 Aug 2017 13:57:39 +0000 (15:57 +0200)
commite8148cea0de71d19e4a9e62bc84ec5ab6cb8bc6f
tree5bee7875002fa1c20ec5e8ab5dfd9dcb41ca1459
parent466c0548dc7de371935ad358cfc5bb0d25d78c83
libs: macro to get a renamed value in VA-API 1.0

In VA-API 1.0 the union bits in VAEncMiscParameterBufferROI has
renamed one member from roi_value_is_qp_delat to
roi_value_is_qp_delta, which is the correct name.

In order to keep back compatibility a macro has added to access this
union member.

https://bugzilla.gnome.org/show_bug.cgi?id=784398
gst-libs/gst/vaapi/gstvaapicompat.h
gst-libs/gst/vaapi/gstvaapicontext.c
gst-libs/gst/vaapi/gstvaapiencoder.c