From 54775670b049a338d97b57218d36da00d778b432 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 4 Feb 2016 17:46:02 +0100 Subject: default to sync audio out --- voctogui/lib/videodisplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'voctogui/lib/videodisplay.py') 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 -- cgit v1.2.3