Bug 257195
| Summary: | [GStreamer] Report video decode errors | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vivienne Watermeier <vwatermeier> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vivienne Watermeier
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Vivienne Watermeier
Pull request: https://github.com/WebKit/WebKit/pull/14237
EWS
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
<rdar://problem/111383120>