On Wed, 26 Feb 2020 03:39:49 GMT, Alexander Matveev <almat...@openjdk.org> 
wrote:

> https://bugs.openjdk.java.net/browse/JDK-8236832
> 
> - This issue most likely caused by changes in AVFoundation APIs on macOS 
> 10.15.
> - Getting currentTime from AVPlayer was blocked if it is done from 
> ProcessAudioTap callback (used for spectrum, equalizer and volume) on first 
> call. If we reading currentTime after first callback returns, then it will 
> not block. Fixed by not reading currentTime on first call and default it 0.

+1, Looks good to me.

-------------

Marked as reviewed by ghb (Reviewer).

PR: https://git.openjdk.java.net/jfx/pull/126

Reply via email to