mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue