libs: h264encoder: fix a typo of GstVaapiEncoderH264PredictionType

This commit is contained in:
He Junyan 2019-04-29 20:10:39 +08:00
parent 0e83a2ae57
commit a3ce4446c1

View 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)