summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHe Junyan <junyan.he@hotmail.com>2019-04-29 20:10:39 +0800
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-01-09 12:27:09 +0100
commitabafb69d0829f61947a342b9a63577205e9540f9 (patch)
treeedbf49022e947c8d11ffa5beaf6e20efe607c000
parent4613beba1792e039490512da8a9e15b06afd192c (diff)
libs: h264encoder: fix a typo of GstVaapiEncoderH264PredictionType
-rw-r--r--gst-libs/gst/vaapi/gstvaapiencoder_h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapiencoder_h264.c b/gst-libs/gst/vaapi/gstvaapiencoder_h264.c
index ca1dce47..b0d5dd00 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder_h264.c
+++ b/gst-libs/gst/vaapi/gstvaapiencoder_h264.c
@@ -111,7 +111,7 @@ typedef enum
GST_VAAPI_ENCODER_H264_PREDICTION_DEFAULT,
GST_VAAPI_ENCODER_H264_PREDICTION_HIERARCHICAL_P,
GST_VAAPI_ENCODER_H264_PREDICTION_HIERARCHICAL_B
-} GstVaapiEnoderH264PredictionType;
+} GstVaapiEncoderH264PredictionType;
static GType
gst_vaapi_encoder_h264_prediction_type (void)