RESOLVED FIXED 257195
[GStreamer] Report video decode errors
https://bugs.webkit.org/show_bug.cgi?id=257195
Summary [GStreamer] Report video decode errors
Vivienne Watermeier
Reported 2023-05-23 03:54:00 PDT
When a GST_STREAM_ERROR or GST_STREAM_ERROR_TYPE_NOT_FOUND occurs, the player does not set the error to MediaPlayer::NetworkState::DecodeError, but expects the application to do so if needed via the stalled event. However the latter is too generic for the application to determine the actual cause of error and decide whether this is a decode error or some other deficiency (e.g. temporary bandwidth issues). See: https://github.com/WebPlatformForEmbedded/WPEWebKit/pull/1072
Attachments
Vivienne Watermeier
Comment 1 2023-05-23 04:05:32 PDT
EWS
Comment 2 2023-06-27 03:49:17 PDT
Committed 265543@main (47683cbce224): <https://commits.webkit.org/265543@main> Reviewed commits have been landed. Closing PR #14237 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-06-27 03:50:17 PDT
Note You need to log in before you can comment on or make changes to this bug.