Skip to content

Commit

Permalink
#3706 do enable vaapi when no nvidia hardware is found
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Feb 16, 2023
1 parent 75cfd2b commit 1feab02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/codecs/gstreamer/encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def add(element, encoding, cs_in, css_out, *args):
for v in css_out:
if v not in cur:
cur.append(v)
vaapi = False
vaapi = True
if NVIDIA_VAAPI:
try:
from xpra.codecs.nvidia.nv_util import has_nvidia_hardware
Expand Down

0 comments on commit 1feab02

Please sign in to comment.