From 3c31e8292adcdb2a1654631990dbc46af7a7f061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 15 May 2017 18:35:40 +0200 Subject: [PATCH] libs: context: add missing documentation Document the region-of-interest configuration variables. --- gst-libs/gst/vaapi/gstvaapicontext.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/vaapi/gstvaapicontext.h b/gst-libs/gst/vaapi/gstvaapicontext.h index 0f91eb37f4..a94259ec46 100644 --- a/gst-libs/gst/vaapi/gstvaapicontext.h +++ b/gst-libs/gst/vaapi/gstvaapicontext.h @@ -60,6 +60,8 @@ typedef enum { * GstVaapiConfigInfoEncoder: * @rc_mode: rate-control mode (#GstVaapiRateControl). * @packed_headers: notify encoder that packed headers are submitted (mask). + * @roi_capability: if encoder supports regions-of-interest. + * @roi_num_supported: The number of regions-of-interest supported. * * Extra configuration for encoding. */