diff options
Diffstat (limited to 'voctogui')
-rw-r--r-- | voctogui/lib/videodisplay.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/voctogui/lib/videodisplay.py b/voctogui/lib/videodisplay.py index 9a02658..7f6ce2d 100644 --- a/voctogui/lib/videodisplay.py +++ b/voctogui/lib/videodisplay.py @@ -89,11 +89,10 @@ class VideoDisplay(object): level name=lvl interval=50000000 ! """ - # If Playback is requested, push fo alsa + # If Playback is requested, push fo pulseaudio if play_audio: - # ts-offset=1000000000 (1s) - should keep audio & video in sync but delay by 1s pipeline += """ - alsasink + pulsesink """ # Otherwise just trash the Audio |