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
This commit is contained in:
parent
12cd443752
commit
0d7ab0a634
17
WATCHLISTS
17
WATCHLISTS
@ -34,7 +34,8 @@
|
|||||||
'filepath': '\.java$|\.xml$',
|
'filepath': '\.java$|\.xml$',
|
||||||
},
|
},
|
||||||
'video_engine': {
|
'video_engine': {
|
||||||
'filepath': 'webrtc/video_engine/.*',
|
'filepath': 'webrtc/video_engine/.*|'\
|
||||||
|
'webrtc/video/.*',
|
||||||
},
|
},
|
||||||
'voice_engine': {
|
'voice_engine': {
|
||||||
'filepath': 'webrtc/voice_engine/.*',
|
'filepath': 'webrtc/voice_engine/.*',
|
||||||
@ -78,6 +79,9 @@
|
|||||||
'remote_bitrate_estimator': {
|
'remote_bitrate_estimator': {
|
||||||
'filepath': 'webrtc/modules/remote_bitrate_estimator/.*'
|
'filepath': 'webrtc/modules/remote_bitrate_estimator/.*'
|
||||||
},
|
},
|
||||||
|
'pacing': {
|
||||||
|
'filepath': 'webrtc/modules/pacing/.*'
|
||||||
|
},
|
||||||
'rtp_rtcp': {
|
'rtp_rtcp': {
|
||||||
'filepath': 'webrtc/modules/rtp_rtcp/.*'
|
'filepath': 'webrtc/modules/rtp_rtcp/.*'
|
||||||
},
|
},
|
||||||
@ -121,11 +125,16 @@
|
|||||||
'video_codecs': ['henrik.lundin@webrtc.org',
|
'video_codecs': ['henrik.lundin@webrtc.org',
|
||||||
'pwestin@webrtc.org'],
|
'pwestin@webrtc.org'],
|
||||||
'video_coding': ['stefan@webrtc.org',
|
'video_coding': ['stefan@webrtc.org',
|
||||||
'mikhal@webrtc.org'],
|
'mikhal@webrtc.org',
|
||||||
|
'mflodman@webrtc.org'],
|
||||||
'video_processing': ['mikhal@webrtc.org',
|
'video_processing': ['mikhal@webrtc.org',
|
||||||
'stefan@webrtc.org'],
|
'stefan@webrtc.org'],
|
||||||
'bitrate_controller': ['stefan@webrtc.org'],
|
'bitrate_controller': ['stefan@webrtc.org',
|
||||||
'remote_bitrate_estimator': ['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',
|
'rtp_rtcp': ['mflodman@webrtc.org',
|
||||||
'pwestin@webrtc.org',
|
'pwestin@webrtc.org',
|
||||||
'stefan@webrtc.org'],
|
'stefan@webrtc.org'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user