forked from AlohaBrowser/aloha-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add jitterBufferTarget attribute to RTCRtpReceiver interface accordin…
…g to the spec. Audio test case in WPT RTCRtpReceiver-jitterBufferTarget-stats.html remains failing due to a problem that without audio tag webrtc receive streams can not be played back and because of that jitter buffer stats are empty. Otherwise it was manually verified that when adding audio tag the test case would start passing. Bug: 324276557 Change-Id: I06cbba95a7f78c20cc7bf803819fcfb5ef2f6be5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5278176 Commit-Queue: Philipp Hancke <[email protected]> Reviewed-by: Henrik Boström <[email protected]> Reviewed-by: Harald Alvestrand <[email protected]> Reviewed-by: Rick Byers <[email protected]> Cr-Commit-Position: refs/heads/main@{#1262622}
- Loading branch information
1 parent
88b0eca
commit 8734f19
Showing
11 changed files
with
46 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -389,6 +389,7 @@ Egor Starkov <[email protected]> | |
Ehsan Akhgari <[email protected]> | ||
Ehsan Akhgari <[email protected]> | ||
Elan Ruusamäe <[email protected]> | ||
Eldar Rello <[email protected]> | ||
Ely Ronnen <[email protected]> | ||
Emil Suleymanov <[email protected]> | ||
Ergun Erdogmus <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
...k/web_tests/external/wpt/webrtc-extensions/RTCRtpReceiver-jitterBufferTarget-expected.txt
This file was deleted.
Oops, something went wrong.
4 changes: 1 addition & 3 deletions
4
...tests/external/wpt/webrtc-extensions/RTCRtpReceiver-jitterBufferTarget-stats-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
This is a testharness.js-based test. | ||
[FAIL] measure raising and lowering video jitterBufferTarget | ||
assert_equals: jitterBufferTarget supported for video expected (object) null but got (undefined) undefined | ||
[FAIL] measure raising and lowering audio jitterBufferTarget | ||
assert_equals: jitterBufferTarget supported for audio expected (object) null but got (undefined) undefined | ||
assert_greater_than: audio increased delay NaN greater than base delay NaN expected a number greater than NaN but got NaN | ||
Harness: the test ran to completion. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters