diff options
author | MaZderMind <git@mazdermind.de> | 2016-02-04 17:46:02 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2016-02-04 17:46:02 +0100 |
commit | 54775670b049a338d97b57218d36da00d778b432 (patch) | |
tree | b5a1f716bc5c22073c3311c6eb8d4cf46a37002a /voctogui | |
parent | 95f72ae9ff3f616484000e30e8d6a0f1b273ff6d (diff) |
default to sync audio out
Diffstat (limited to 'voctogui')
-rw-r--r-- | voctogui/lib/videodisplay.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctogui/lib/videodisplay.py b/voctogui/lib/videodisplay.py index 18ea3bb..9a02658 100644 --- a/voctogui/lib/videodisplay.py +++ b/voctogui/lib/videodisplay.py @@ -93,7 +93,7 @@ class VideoDisplay(object): if play_audio: # ts-offset=1000000000 (1s) - should keep audio & video in sync but delay by 1s pipeline += """ - alsasink sync=False + alsasink """ # Otherwise just trash the Audio |