Skip to content

Commit

Permalink
expose the latency fix as a feature so we can check for it
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@10504 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Aug 30, 2015
1 parent 5b6f98d commit 9e1cd86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/xpra/client/ui_client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,7 @@ def make_hello(self):
"encodings.core" : self.get_core_encodings(),
#sound:
"sound.server_driven" : True,
"sound.ogg-latency-fix" : True,
"av-sync" : self.av_sync,
"av-sync.delay.default" : 0, #start at 0 and rely on sound-control packets to set the correct value
})
Expand Down
2 changes: 1 addition & 1 deletion src/xpra/server/server_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ def get_server_features(self):
"client_window_properties",
"sound_sequence", "notify-startup-complete", "suspend-resume",
"encoding.generic", "encoding.strict_control",
"sound.server_driven",
"sound.server_driven", "sound.ogg-latency-fix",
"clipboard.enable-selections",
"av-sync",
"command_request",
Expand Down

0 comments on commit 9e1cd86

Please sign in to comment.