Skip to content

Commit

Permalink
#3706 enable hevc decoding via vaapi
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Apr 15, 2023
1 parent de5c157 commit 89a1b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/codecs/gstreamer/decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

DEFAULT_MAPPINGS = "vp8:vp8dec;vp9:vp9dec"
if not WIN32:
DEFAULT_MAPPINGS += ";av1:av1dec;h264:nvh264dec,avdec_h264"
DEFAULT_MAPPINGS += ";av1:av1dec;h264:nvh264dec,avdec_h264;hevc:vaapih265dec"

def get_codecs_options():
dm = os.environ.get("XPRA_GSTREAMER_DECODER_MAPPINGS", DEFAULT_MAPPINGS)
Expand Down

0 comments on commit 89a1b25

Please sign in to comment.