Adds srte to WATCHLISTS.

Bug: webrtc:9586
Change-Id: I69b6b1546eade0776ebf65555d33e6dc39c7e77f
Reviewed-on: https://webrtc-review.googlesource.com/c/105320
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25113}
This commit is contained in:
Sebastian Jansson
2018-10-11 09:05:03 +02:00
committed by Commit Bot
parent 2b1562632a
commit ade98c928b

View File

@ -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',