Bug 213780 - [GStreamer] is failing webrtc/vp9.html since added in r263734
Summary: [GStreamer] is failing webrtc/vp9.html since added in r263734
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 222795
Blocks:
  Show dependency treegraph
 
Reported: 2020-06-30 02:21 PDT by Diego Pino
Modified: 2021-04-24 15:03 PDT (History)
5 users (show)

See Also:


Attachments

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