libs: h264encoder: fix a typo of GstVaapiEncoderH264PredictionType
authorHe Junyan <junyan.he@hotmail.com>
Mon, 29 Apr 2019 12:10:39 +0000 (20:10 +0800)
committerHe Junyan <junyan.he@hotmail.com>
Mon, 29 Apr 2019 12:10:39 +0000 (20:10 +0800)
gst-libs/gst/vaapi/gstvaapiencoder_h264.c

index 10c407b..d49886a 100644 (file)
@@ -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)