Bug 257195 - [GStreamer] Report video decode errors
Summary: [GStreamer] Report video decode errors
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-23 03:54 PDT by Vivienne Watermeier
Modified: 2023-06-27 03:50 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>