[wpt-sync] Sync PR 50296 - [RTCPeerConnection] Add ReceiveTime to RTCEncodedAudioFrameMetadata
Categories
(Core :: WebRTC: Networking, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50296 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50296
Details from upstream follow.
Guido Urdaneta <guidou@chromium.org> wrote:
[RTCPeerConnection] Add ReceiveTime to RTCEncodedAudioFrameMetadata
Bug: 391114797
Change-Id: I68d9ab267b1d56df30482d073cd56133bda6a8a2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6179889
Reviewed-by: Henrik Boström \<hbos@chromium.org>
Reviewed-by: Kentaro Hara \<haraken@chromium.org>
Commit-Queue: Guido Urdaneta \<guidou@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1411635}
Assignee | ||
Updated•17 days ago
|
Assignee | ||
Comment 1•17 days ago
|
||
Assignee | ||
Comment 2•17 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 3 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 3
Chrome
TIMEOUT
: 1
ERROR
: 1
NOTRUN
: 2
Safari
OK
: 1
FAIL
: 3
Links
Details
New Tests That Don't Pass
- /webrtc-encoded-transform/tentative/RTCEncodedAudioFrame-metadata.https.html [wpt.fyi]
- Constructing audio frame before sending works:
FAIL
(Chrome:TIMEOUT
, Safari:FAIL
) - Constructing audio frame with metadata argument before sending works:
FAIL
(Chrome:NOTRUN
, Safari:FAIL
) - Constructing audio frame with bad metadata argument before sending does not work:
FAIL
(Chrome:NOTRUN
, Safari:FAIL
)
- Constructing audio frame before sending works:
Description
•