mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-06 23:45:35 +00:00
libs: h264encoder: fix a typo of GstVaapiEncoderH264PredictionType
This commit is contained in:
parent
0e83a2ae57
commit
a3ce4446c1
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ typedef enum
|
||||||
GST_VAAPI_ENCODER_H264_PREDICTION_DEFAULT,
|
GST_VAAPI_ENCODER_H264_PREDICTION_DEFAULT,
|
||||||
GST_VAAPI_ENCODER_H264_PREDICTION_HIERARCHICAL_P,
|
GST_VAAPI_ENCODER_H264_PREDICTION_HIERARCHICAL_P,
|
||||||
GST_VAAPI_ENCODER_H264_PREDICTION_HIERARCHICAL_B
|
GST_VAAPI_ENCODER_H264_PREDICTION_HIERARCHICAL_B
|
||||||
} GstVaapiEnoderH264PredictionType;
|
} GstVaapiEncoderH264PredictionType;
|
||||||
|
|
||||||
static GType
|
static GType
|
||||||
gst_vaapi_encoder_h264_prediction_type (void)
|
gst_vaapi_encoder_h264_prediction_type (void)
|
||||||
|
|
Loading…
Reference in a new issue