aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorAndrey Logvin <landrey@webrtc.org>2020-06-30 07:24:30 +0000
committerCommit Bot <commit-bot@chromium.org>2020-06-30 09:53:19 +0000
commit739cfb2f58577b774d848cc4794d71b8828bd1b1 (patch)
tree37643570bebd504cf39353a318f1d46fd437a162 /api
parent722e769803e8fe401d6a2accd226203a8a00938e (diff)
downloadwebrtc-739cfb2f58577b774d848cc4794d71b8828bd1b1.tar.gz
Add sync group validation in pc level test framework
Bug: webrtc:11381 Change-Id: I4ef62675c0cb688abccc130fb91a69c3c78bf837 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178383 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Andrey Logvin <landrey@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31587}
Diffstat (limited to 'api')
-rw-r--r--api/test/peerconnection_quality_test_fixture.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/api/test/peerconnection_quality_test_fixture.h b/api/test/peerconnection_quality_test_fixture.h
index 35736876cc..4cdca81350 100644
--- a/api/test/peerconnection_quality_test_fixture.h
+++ b/api/test/peerconnection_quality_test_fixture.h
@@ -229,8 +229,7 @@ class PeerConnectionE2EQualityTestFixture {
bool show_on_screen = false;
// If specified, determines a sync group to which this video stream belongs.
// According to bugs.webrtc.org/4762 WebRTC supports synchronization only
- // for pair of single audio and single video stream. Framework won't do any
- // enforcements on this field.
+ // for pair of single audio and single video stream.
absl::optional<std::string> sync_group;
};
@@ -257,8 +256,7 @@ class PeerConnectionE2EQualityTestFixture {
int sampling_frequency_in_hz = 48000;
// If specified, determines a sync group to which this audio stream belongs.
// According to bugs.webrtc.org/4762 WebRTC supports synchronization only
- // for pair of single audio and single video stream. Framework won't do any
- // enforcements on this field.
+ // for pair of single audio and single video stream.
absl::optional<std::string> sync_group;
};