RFR: 8242530: [macos] Some audio files miss spectrum data when another audio file plays first
Ambarish Rapte
arapte at openjdk.java.net
Thu Apr 16 08:48:31 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.
looks good to me...
-------------
Marked as reviewed by arapte (Reviewer).
PR: https://git.openjdk.java.net/jfx/pull/184
More information about the openjfx-dev
mailing list