mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
libs: encoder: Add a missing comment for DEFAULT_ROI_VALUE property.
This commit is contained in:
parent
a1ae75b500
commit
b6457e4ce5
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,8 @@ typedef enum {
|
||||||
* @GST_VAAPI_ENCODER_PROP_KEYFRAME_PERIOD: The maximal distance
|
* @GST_VAAPI_ENCODER_PROP_KEYFRAME_PERIOD: The maximal distance
|
||||||
* between two keyframes (uint).
|
* between two keyframes (uint).
|
||||||
* @GST_VAAPI_ENCODER_PROP_TUNE: The tuning options (#GstVaapiEncoderTune).
|
* @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).
|
* @GST_VAAPI_ENCODER_PROP_TRELLIS: Use trellis quantization method (gboolean).
|
||||||
*
|
*
|
||||||
* The set of configurable properties for the encoder.
|
* The set of configurable properties for the encoder.
|
||||||
|
|
Loading…
Reference in a new issue