RFR: 8242530: [macos] Some audio files miss spectrum data when another audio file plays first
Kevin Rushforth
kcr at openjdk.java.net
Wed Apr 15 23:38:29 UTC 2020
On Wed, 15 Apr 2020 23:17:56 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:
> https://bugs.openjdk.java.net/browse/JDK-8242530
>
> - GstElementClass which is base class for all elements has same instance between all spectrum elements (not sure if it is
> same for all elements) and thus post_message was sending events to AVFoundation callback from GStreamer platform. This
> issue is reproducible if we load OSXPlatfrom first and then play media files using GStreamer. Fixed by introducing
> separate callback to send messages to AVFoundation.
@arapte Can you also review this?
-------------
PR: https://git.openjdk.java.net/jfx/pull/184
More information about the openjfx-dev
mailing list