Bug 213780
Summary: | [GStreamer] is failing webrtc/vp9.html since added in r263734 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Diego Pino <dpino> |
Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | lmoura, pnormand, vjaquez, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=213947 | ||
Bug Depends on: | 222795 | ||
Bug Blocks: |
Diego Pino
webrtc/vp9.html [ Failure ]
The test was added in r263734. Probably failing due to lack of VP9 support.
Diff: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r263734%20(14371)/webrtc/vp9-diff.txt
--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/webrtc/vp9-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/webrtc/vp9-actual.txt
@@ -1,4 +1,3 @@
-PASS VP9 in getCapabilities
-PASS Verify VP9 activation
+FAIL VP9 in getCapabilities assert_true: expected true got false
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Philippe Normand
I suppose because WPE/GTK don't enable the new runtime feature for VP9...
youenn fablet
(In reply to Philippe Normand from comment #1)
> I suppose because WPE/GTK don't enable the new runtime feature for VP9...
Probably.
The runtime flag currently switch on/off the codecs at the factory level.
See LibWebRTCProviderCocoa::createEncoderFactory for instance.
Philippe Normand
*** Bug 213947 has been marked as a duplicate of this bug. ***
Philippe Normand
Unflagged in https://commits.webkit.org/236950@main
Radar WebKit Bug Importer
<rdar://problem/77110036>