RtcVideoEncoderFactory: Create VideoEncoder if it's unknown whether the...
RtcVideoEncoderFactory: Create VideoEncoder if it's unknown whether the configured profile is supported crrev.com/c/2035481 delays filling VEA supported profiles in GpuVideoAcceleratorFactoriesImpl because it queries GPU process the supported profiles, instead of referring cached info of GpuInfo instance. Therefore, it can be unknown whether the configured profile on CreateVideoEncoder is supported. We create VideoEncoder in the case, relying that the software encoder fallback happens later if no hw encoder is capable of the profile. Bug: 2035481 Test: webrtc.RTCPeerConnection.* on soraka and kukui Change-Id: I04334073769914005b6ec1a82170457d340f4a99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035486 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#742620}
Showing
Please register or sign in to comment