summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2017-08-01 11:11:55 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2017-08-02 11:40:17 +0200
commita1fc1e9822a9ac03e3740b7a239fa65523a5e1ad (patch)
tree9b350cc3cb02d4b4fe63b6e192260598c5e138f4
parentcdaf15b24d966093f2ca51fbfa1b1757cd3bcb0f (diff)
libs: encoder: h264: missing property enum documentation
-rw-r--r--gst-libs/gst/vaapi/gstvaapiencoder_h264.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapiencoder_h264.h b/gst-libs/gst/vaapi/gstvaapiencoder_h264.h
index 181cadec..89eab76c 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder_h264.h
+++ b/gst-libs/gst/vaapi/gstvaapiencoder_h264.h
@@ -48,6 +48,7 @@ typedef struct _GstVaapiEncoderH264 GstVaapiEncoderH264;
* in milliseconds (uint).
* @GST_VAAPI_ENCODER_H264_PROP_NUM_VIEWS: Number of views per frame.
* @GST_VAAPI_ENCODER_H264_PROP_VIEW_IDS: View IDs
+ * @GST_VAAPI_ENCODER_H264_PROP_AUD: Insert AUD as first NAL per frame.
* @GST_VAAPI_ENCODER_H264_PROP_COMPLIANCE_MODE: Relax Compliance restrictions
* @GST_VAAPI_ENCODER_H264_PROP_NUM_REF_FRAMES: Maximum number of reference frames.
*