nvh265encoder: fix bounds for auto-select GPU enumeration
authorJames Oliver <james.oliver@icetana.com.au>
Thu, 5 Oct 2023 05:34:14 +0000 (13:34 +0800)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 5 Oct 2023 11:20:17 +0000 (12:20 +0100)
commit51e6209d1ca93927520a1f7720c38ec330c25cc8
tree69e7e5644bd717870bf6664eb1b8996949a4c353
parent23aa3907f5fa057a0810fa57676acfebf5613d3f
nvh265encoder: fix bounds for auto-select GPU enumeration

Fixes the bounds-check for encoder auto-select GPU enumeration to be
between 0-7 instead of 0-6. This should allow 8-GPU machines to work
with nvautogpuh265enc for the last enumerated GPU.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5439>
subprojects/gst-plugins-bad/sys/nvcodec/gstnvh265encoder.cpp