RFR: 8314212: Crash when loading cnn.com in WebView [v2]

Jay Bhaskar jbhaskar at openjdk.org
Thu Aug 17 16:34:32 UTC 2023


On Thu, 17 Aug 2023 16:28:35 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Once the Player is in an error state, play, pause, seek, etc. all of these operations would not be called. Only the current time which is the last played point of time needs to be updated to the player user interface.
>
> OK. My question then is whether `MediaPlayerNetworkState::NetworkError` is the only error condition you need to consider.

Yes, in the case of not supported media format, the implementation for error handling is such as which sets  MediaPlayerNetworkState::NetworkError only.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1212#discussion_r1297469706


More information about the openjfx-dev mailing list