Bug 303131
| Summary: | [GStreamer][MSE] media/media-source/media-source-changetype-vp8-vp9.html is a permanent failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Component: | Media | Assignee: | Philippe Normand <philn> |
| Status: | NEW | ||
| Severity: | Normal | CC: | aboya, bugs-noreply, vwatermeier |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=303124 | ||
Jean-Yves Avenard [:jya]
In test added in bug 303124
```
--- /home/buildbot-worker/GTK-WK2-Tests-EWS/build/layout-test-results/media/media-source/media-source-changetype-vp8-vp9-expected.txt
+++ /home/buildbot-worker/GTK-WK2-Tests-EWS/build/layout-test-results/media/media-source/media-source-changetype-vp8-vp9-actual.txt
@@ -1,8 +1,6 @@
EVENT(update)
EVENT(update)
-EVENT(update)
-EVENT(update)
-EXPECTED (video.currentTime >= '0.6') OK
+TypeError: sourceBuffer.changeType is not a function. (In 'sourceBuffer.changeType(loader2.type())', 'sourceBuffer.changeType' is undefined) FAIL
END OF TEST
```
seems like changeType isn't supported.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
Yeah I think changeType is indeed not supported yet, we have several bugs about test failures related to that.
Philippe Normand
SourceBufferChangeTypeEnabled is currently disabled by default for us...