From ade98c928b60a182db76595213e7b47f5c3d4893 Mon Sep 17 00:00:00 2001 From: Sebastian Jansson Date: Thu, 11 Oct 2018 09:05:03 +0200 Subject: [PATCH] Adds srte to WATCHLISTS. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: webrtc:9586 Change-Id: I69b6b1546eade0776ebf65555d33e6dc39c7e77f Reviewed-on: https://webrtc-review.googlesource.com/c/105320 Reviewed-by: Patrik Höglund Commit-Queue: Sebastian Jansson Cr-Commit-Position: refs/heads/master@{#25113} --- WATCHLISTS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WATCHLISTS b/WATCHLISTS index dc8d48c51f..7cfc4f408c 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -79,6 +79,9 @@ 'bitrate_controller': { 'filepath': 'modules/bitrate_controller/.*' }, + 'congestion_controller': { + 'filepath': 'modules/congestion_controller/.*' + }, 'remote_bitrate_estimator': { 'filepath': 'modules/remote_bitrate_estimator/.*' }, @@ -166,11 +169,14 @@ 'zhengzhonghou@agora.io'], 'bitrate_controller': ['mflodman@webrtc.org', 'stefan@webrtc.org', + 'srte@webrtc.org', 'zhuangzesen@agora.io'], + 'congestion_controller': ['srte@webrtc.org'], 'remote_bitrate_estimator': ['mflodman@webrtc.org', 'stefan@webrtc.org', 'zhuangzesen@agora.io'], 'pacing': ['mflodman@webrtc.org', + 'srte@webrtc.org', 'stefan@webrtc.org', 'zhuangzesen@agora.io'], 'rtp_rtcp': ['mflodman@webrtc.org',