Bug 286530
| Summary: | [GStreamer] imported/w3c/web-platform-tests/webcodecs/audioDecoder-codec-specific.https.any.html?pcm* are permanent failures. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <philn> |
| Component: | Media | Assignee: | Philippe Normand <philn> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jean-yves.avenard, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Bug Depends on: | 286526 | ||
| Bug Blocks: | |||
Philippe Normand
+++ This bug was initially created as a clone of Bug #286526 +++
Seen in https://ews-build.s3-us-west-2.amazonaws.com/WPE-WK2-Tests-EWS/4379e0fc-66975/results.html
In bug 284671 we modified the tests to actually count if the right amount of frames have been decoded.
It appears that for all PCM tests, the GStreamer AudioDecoder only decode half the amount of frames required.
```
--- /home/ews/worker/WPE-WK2-Tests-EWS/build/layout-test-results/imported/w3c/web-platform-tests/webcodecs/audioDecoder-codec-specific.https.any_pcm_s16-expected.txt
+++ /home/ews/worker/WPE-WK2-Tests-EWS/build/layout-test-results/imported/w3c/web-platform-tests/webcodecs/audioDecoder-codec-specific.https.any_pcm_s16-actual.txt
@@ -3,9 +3,9 @@
PASS Test that AudioDecoder.isConfigSupported() returns a parsed configuration
PASS Test configure()
PASS Verify closed AudioDecoder operations
-PASS Test decoding
-PASS Test decoding a with negative timestamp
-PASS Test decoding after flush
+FAIL Test decoding assert_approx_equals: number of decoded frames matches expected 10240 +/- 0 but got 5120
+FAIL Test decoding a with negative timestamp assert_approx_equals: number of decoded frames matches expected 1200 +/- 0 but got 600
+FAIL Test decoding after flush assert_approx_equals: number of decoded frames matches expected 1200 +/- 0 but got 600
PASS Test reset during flush
PASS AudioDecoder decodeQueueSize test
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
Pull request: https://github.com/WebKit/WebKit/pull/39551
EWS
Committed 289421@main (a4be55f451ad): <https://commits.webkit.org/289421@main>
Reviewed commits have been landed. Closing PR #39551 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/143688542>