From 0d7ab0a634b7a7e8cdf7f82eb4e5cd2cfea4d2a7 Mon Sep 17 00:00:00 2001 From: "mflodman@webrtc.org" Date: Tue, 10 Jun 2014 13:59:37 +0000 Subject: [PATCH] Adding the new video folder and pacer to the wathclist. R=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/20599004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6386 4adac7df-926f-26a2-2b94-8c16560cd09d --- WATCHLISTS | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/WATCHLISTS b/WATCHLISTS index 7207f4797..83704692b 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -34,7 +34,8 @@ 'filepath': '\.java$|\.xml$', }, 'video_engine': { - 'filepath': 'webrtc/video_engine/.*', + 'filepath': 'webrtc/video_engine/.*|'\ + 'webrtc/video/.*', }, 'voice_engine': { 'filepath': 'webrtc/voice_engine/.*', @@ -78,6 +79,9 @@ 'remote_bitrate_estimator': { 'filepath': 'webrtc/modules/remote_bitrate_estimator/.*' }, + 'pacing': { + 'filepath': 'webrtc/modules/pacing/.*' + }, 'rtp_rtcp': { 'filepath': 'webrtc/modules/rtp_rtcp/.*' }, @@ -121,11 +125,16 @@ 'video_codecs': ['henrik.lundin@webrtc.org', 'pwestin@webrtc.org'], 'video_coding': ['stefan@webrtc.org', - 'mikhal@webrtc.org'], + 'mikhal@webrtc.org', + 'mflodman@webrtc.org'], 'video_processing': ['mikhal@webrtc.org', 'stefan@webrtc.org'], - 'bitrate_controller': ['stefan@webrtc.org'], - 'remote_bitrate_estimator': ['stefan@webrtc.org'], + 'bitrate_controller': ['stefan@webrtc.org', + 'mflodman@webrtc.org'], + 'remote_bitrate_estimator': ['stefan@webrtc.org', + 'mflodman@webrtc.org'], + 'pacing': ['stefan@webrtc.org', + 'mflodman@webrtc.org'], 'rtp_rtcp': ['mflodman@webrtc.org', 'pwestin@webrtc.org', 'stefan@webrtc.org'],