Bug 213780

Summary: [GStreamer] is failing webrtc/vp9.html since added in r263734
Product: WebKit Reporter: Diego Pino <dpino>
Component: WebRTCAssignee: 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:    

Description Diego Pino 2020-06-30 02:21:57 PDT
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
Comment 1 Philippe Normand 2020-06-30 02:27:44 PDT
I suppose because WPE/GTK don't enable the new runtime feature for VP9...
Comment 2 youenn fablet 2020-06-30 02:31:42 PDT
(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.
Comment 3 Philippe Normand 2020-07-04 01:15:28 PDT
*** Bug 213947 has been marked as a duplicate of this bug. ***
Comment 4 Philippe Normand 2021-04-23 02:27:16 PDT
Unflagged in https://commits.webkit.org/236950@main
Comment 5 Radar WebKit Bug Importer 2021-04-24 15:03:34 PDT
<rdar://problem/77110036>