mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
libs: encoder: h264: fix enum namespace
This commit is contained in:
parent
c86e61e6a6
commit
ffffb99473
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ typedef enum
|
|||
{
|
||||
GST_VAAPI_ENCODER_H264_COMPLIANCE_MODE_STRICT = 0,
|
||||
GST_VAAPI_ENCODER_H264_COMPLIANCE_MODE_RESTRICT_CODED_BUFFER_ALLOC = 1,
|
||||
} GstVaapiEnoderH264ComplianceMode;
|
||||
} GstVaapiEncoderH264ComplianceMode;
|
||||
|
||||
static GType
|
||||
gst_vaapi_encoder_h264_compliance_mode_type (void)
|
||||
|
@ -749,7 +749,7 @@ struct _GstVaapiEncoderH264
|
|||
gboolean use_aud;
|
||||
|
||||
/* Complance mode */
|
||||
GstVaapiEnoderH264ComplianceMode compliance_mode;
|
||||
GstVaapiEncoderH264ComplianceMode compliance_mode;
|
||||
guint min_cr; // Minimum Compression Ratio (A.3.1)
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue