Skip to content

Commit

Permalink
disable "bitrate-type" attribute of opusenc, as it is not available e…
Browse files Browse the repository at this point in the history
…verywhere (not on osx with gstreamer 1.4)

git-svn-id: https://xpra.org/svn/Xpra/trunk@12249 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 28, 2016
1 parent f1a3819 commit f501e8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/xpra/sound/gstreamer_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,10 @@ def force_enabled(codec_name):
},
},
1 : {
"opusenc" : {"bitrate-type" : 2, #constrained vbr
#FIXME: figure out when it is safe to apply the "bitrate-type" setting:
"opusenc" : {
#only available with 1.6 onwards?
#"bitrate-type" : 2, #constrained vbr
"complexity" : 0
},
},
Expand Down

0 comments on commit f501e8b

Please sign in to comment.