[wpt-sync] Sync PR 38057 - insertable streams: add rtp sequence number to incoming audio metadata
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox111 fixed)
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38057 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38057
Details from upstream follow.
phancke@microsoft.com <phancke@microsoft.com> wrote:
insertable streams: add rtp sequence number to incoming audio metadata
spec change https://github.com/w3c/webrtc-encoded-transform/pull/154
drive-by:
- fix idl of payloadType to be octet instead of short
- remove unused contributing_sources vector on audio frame
BUG=TBD
Change-Id: Ic8dc8dcebb035a8f79823a8ca70e02ac1d6788cf
Reviewed-on: https://chromium-review.googlesource.com/3925401
WPT-Export-Revision: 3b2d604d661cbee4105ac741e4ae10d007b4901b
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 6 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 6
Chrome
OK
: 1
PASS
: 4
FAIL
: 2
Safari
OK
: 1
FAIL
: 6
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webrtc-encoded-transform/RTCPeerConnection-insertable-streams-audio.https.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows10-32-2004-qr-debug
,Gecko-windows10-32-2004-qr-opt
,Gecko-windows10-64-2004-qr-debug
,Gecko-windows10-64-2004-qr-opt
] (Chrome:OK
, Safari:OK
)- Frames flow correctly using insertable streams:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Frames flow correctly using insertable streams when receiver starts negotiation:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - RTCRtpSender.createEncodedStream() throws if not requested in PC configuration:
FAIL
(Chrome:PASS
, Safari:FAIL
) - RTCRtpReceiver.createEncodedStream() throws if not requested in PC configuration:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Enqueuing the same frame twice fails:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Creating streams twice throws:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Frames flow correctly using insertable streams:
Tests Disabled in Gecko Infrastructure
- /webrtc-encoded-transform/RTCPeerConnection-insertable-streams-audio.https.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows10-32-2004-qr-debug
,Gecko-windows10-32-2004-qr-opt
,Gecko-windows10-64-2004-qr-debug
,Gecko-windows10-64-2004-qr-opt
] (Chrome:OK
, Safari:OK
)
Comment 4•2 years ago
|
||
bugherder |
Description
•