diff options
author | Sven Gothel <[email protected]> | 2023-10-15 06:44:59 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-10-15 06:44:59 +0200 |
commit | 12029f1ec1d8afa576e1ac61655f318cc37c1d16 (patch) | |
tree | a657562bc4257be903bdc668a61bc74d04bc6793 /make/scripts/tests.sh | |
parent | d3de587eae8ed8b5b5bc62647da0f95297144294 (diff) |
Bug 1472: Enhance AV Sync: Pass through PTS object in ALAudioSink, tracking last PTS value against System Clock Reference (SCR)
See GlueGen commit 52725b4c6525487f93407f529dc0a758b387a4fc
Diffstat (limited to 'make/scripts/tests.sh')
-rwxr-xr-x | make/scripts/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index a5369a0..b015604 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -66,7 +66,7 @@ function jrun() { #D_ARGS="-Djogamp.debug=all" #D_ARGS="-Djogamp.debug.Bitstream" #D_ARGS="-Djogamp.debug.NativeLibrary=true -Djoal.debug=true" - D_ARGS="-Djogamp.debug.AudioSink" + #D_ARGS="-Djogamp.debug.AudioSink" #D_ARGS="-Djogamp.debug.AudioSink -Djoal.debug.AudioSink.trace" #D_ARGS="-Djoal.debug.AudioSink.trace" #D_ARGS="-Djoal.debug=all" |