RFR: 8236832: [macos 10.15] JavaFX Application hangs on video play on Cata…
Guru Hb
ghb at openjdk.java.net
Thu Feb 27 03:58:04 UTC 2020
On Wed, 26 Feb 2020 03:39:49 GMT, Alexander Matveev <almatvee at 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
More information about the openjfx-dev
mailing list