Bug 257195

Summary: [GStreamer] Report video decode errors
Product: WebKit Reporter: Vivienne Watermeier <vwatermeier>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Vivienne Watermeier 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
Comment 1 Vivienne Watermeier 2023-05-23 04:05:32 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14237
Comment 2 EWS 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.
Comment 3 Radar WebKit Bug Importer 2023-06-27 03:50:17 PDT
<rdar://problem/111383120>