diff --git a/gst-libs/gst/vaapi/gstvaapiencoder_h264.c b/gst-libs/gst/vaapi/gstvaapiencoder_h264.c index 10c407bc52..d49886a85e 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)