diff options
author | Sven Gothel <[email protected]> | 2023-10-04 11:35:48 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-10-04 11:35:48 +0200 |
commit | d0dd0c04463c6b09b1f15ce6cc3a2c50286c57bf (patch) | |
tree | 132cdf6770e892e1033acc5bbf04d3e250644fb2 /make/scripts | |
parent | 1db4e6813bf4c70c5ba465beaee6eab8ee547d18 (diff) |
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.
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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) |