From d0dd0c04463c6b09b1f15ce6cc3a2c50286c57bf Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 4 Oct 2023 11:35:48 +0200 Subject: Bug 1473 - ALAudioSink: AV Synchronization: Adopt to JOAL ALAudioSink changes FFMPEGMediaPlayer: This also effectively reduces the audio buffer size from 3000ms -> 768ms, the new default for audio streams with video. --- make/scripts/tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/scripts') diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 1c5dcbbde..f58a6d5bd 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -1017,7 +1017,7 @@ function testawtswt() { #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo03 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo10 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo11 $* -testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $* +#testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $* #testawt com.jogamp.opengl.test.junit.jogl.acore.TestDestroyGLAutoDrawableNewtAWT $* #testnoawt com.jogamp.opengl.demos.av.MovieSimple $* #testnoawt com.jogamp.opengl.demos.av.MovieCube $* @@ -1035,7 +1035,7 @@ testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $* #testnoawt com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT21 $* #testnoawt com.jogamp.opengl.demos.av.MovieCube $* -#testnoawt com.jogamp.opengl.demos.av.MovieSimple $* +testnoawt com.jogamp.opengl.demos.av.MovieSimple $* # # Basic (Demos) -- cgit v1.2.3