Skip to content

Commit

Permalink
#3706 use this encoder for vaapi
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Dec 13, 2022
1 parent 8ba012c commit 320d42e
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 @@ -22,7 +22,7 @@

#ENCODER_PLUGIN = "vaapih264enc"
#ENCODER_PLUGIN = "x264enc"
ENCODER_PLUGIN = os.environ.get("XPRA_GSTREAMER_ENCODER_PLUGIN", "x264enc")
ENCODER_PLUGIN = os.environ.get("XPRA_GSTREAMER_ENCODER_PLUGIN", "vaapih264enc")
DEFAULT_ENCODER_OPTIONS = {
"vaapih264enc" : {
"max-bframes" : 0,
Expand Down

0 comments on commit 320d42e

Please sign in to comment.