Skip to content

Commit

Permalink
opus works it seems, at least on Fedora
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@9375 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 15, 2015
1 parent fb88cc5 commit 37dd24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/sound/gstreamer_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_queue_time(default_value=450, prefix=""):
]
CODECS = {}

CODEC_ORDER = [MP3, WAVPACK, WAV, FLAC, SPEEX]
CODEC_ORDER = [MP3, WAVPACK, WAV, FLAC, SPEEX, OPUS]
#CODEC_ORDER = [MP3, FLAC, SPEEX]


Expand Down

0 comments on commit 37dd24b

Please sign in to comment.