From b6457e4ce534ac34f9bd401a04a9aba0013f2aa6 Mon Sep 17 00:00:00 2001 From: He Junyan Date: Thu, 9 May 2019 00:09:21 +0800 Subject: [PATCH] libs: encoder: Add a missing comment for DEFAULT_ROI_VALUE property. --- gst-libs/gst/vaapi/gstvaapiencoder.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/vaapi/gstvaapiencoder.h b/gst-libs/gst/vaapi/gstvaapiencoder.h index 8f6e413..7c53517 100644 --- a/gst-libs/gst/vaapi/gstvaapiencoder.h +++ b/gst-libs/gst/vaapi/gstvaapiencoder.h @@ -117,6 +117,8 @@ typedef enum { * @GST_VAAPI_ENCODER_PROP_KEYFRAME_PERIOD: The maximal distance * between two keyframes (uint). * @GST_VAAPI_ENCODER_PROP_TUNE: The tuning options (#GstVaapiEncoderTune). + * @GST_VAAPI_ENCODER_PROP_DEFAULT_ROI_VALUE: The default delta qp to apply + * to each region of interest. * @GST_VAAPI_ENCODER_PROP_TRELLIS: Use trellis quantization method (gboolean). * * The set of configurable properties for the encoder. -- 2.7.4