libs: encoder: h265: init tier to GST_VAAPI_TIER_H265_UNKNOWN.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/350>
This commit is contained in:
parent
70800a8319
commit
0932a450d3
@ -3167,6 +3167,7 @@ gst_vaapi_encoder_h265_init (GstVaapiEncoderH265 * encoder)
|
||||
|
||||
/* Default encoding entrypoint */
|
||||
encoder->entrypoint = GST_VAAPI_ENTRYPOINT_SLICE_ENCODE;
|
||||
encoder->tier = GST_VAAPI_TIER_H265_UNKNOWN;
|
||||
|
||||
encoder->conformance_window_flag = 0;
|
||||
encoder->num_slices = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user