Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(791)

Issue 2610843003: RTC[In/Out]boundRTPStreamStats.mediaTrackId collected. (Closed)

Created:
3 years, 11 months ago by hbos
Modified:
3 years, 11 months ago
CC:
webrtc-reviews_webrtc.org, the sun, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

RTC[In/Out]boundRTPStreamStats.mediaTrackId collected. Based on the mapping between [Audio/Video]TrackInterface and [Voice/Video][Sender/Receiver]Info. The IDs of RTCMediaStreamTrackStats are updated to distinguish between local and remote cases. Previously, if local and remote cases had the same label only one of them would be included in the report (bug). BUG=webrtc:6758, chromium:657854, chromium:657855, chromium:657856, chromium:627816 Review-Url: https://codereview.webrtc.org/2610843003 Cr-Commit-Position: refs/heads/master@{#16095} Committed: https://chromium.googlesource.com/external/webrtc/+/84abeb1d37ee27147674cd94a5606bd4ac725d9a

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebase #

Patch Set 3 : Addressed comments #

Total comments: 2

Patch Set 4 : Addressed nit #

Patch Set 5 : track_to_id_ for thread-safety and 'if (track)' on inbound #

Total comments: 1

Patch Set 6 : Rebase with master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+275 lines, -68 lines) Patch
M webrtc/api/rtcstats_integrationtest.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/api/rtcstatscollector.h View 1 2 3 4 6 chunks +12 lines, -12 lines 0 comments Download
M webrtc/api/rtcstatscollector.cc View 1 2 3 4 5 17 chunks +113 lines, -37 lines 0 comments Download
M webrtc/api/rtcstatscollector_unittest.cc View 1 2 3 4 5 23 chunks +140 lines, -17 lines 0 comments Download
M webrtc/api/stats/rtcstats_objects.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/api/statscollector_unittest.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/api/test/mock_peerconnection.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 47 (34 generated)
hbos
Please take a look, hta and deadbeef. (Follow-up to https://codereview.webrtc.org/2611983002/)
3 years, 11 months ago (2017-01-04 14:59:22 UTC) #5
Taylor Brandstetter
https://codereview.webrtc.org/2610843003/diff/20001/webrtc/api/rtcstatscollector.cc File webrtc/api/rtcstatscollector.cc (left): https://codereview.webrtc.org/2610843003/diff/20001/webrtc/api/rtcstatscollector.cc#oldcode335 webrtc/api/rtcstatscollector.cc:335: } I think you should continue to check for ...
3 years, 11 months ago (2017-01-04 23:58:00 UTC) #8
hta-webrtc
lgtm lgtm once deadbeef's comment has been addressed.
3 years, 11 months ago (2017-01-09 13:53:21 UTC) #9
hta-webrtc
of course the "duplicate track" stuff is affected by the spec item under discussion on ...
3 years, 11 months ago (2017-01-09 13:54:22 UTC) #10
hbos
PTAL deadbeef. https://codereview.webrtc.org/2610843003/diff/20001/webrtc/api/rtcstatscollector.cc File webrtc/api/rtcstatscollector.cc (left): https://codereview.webrtc.org/2610843003/diff/20001/webrtc/api/rtcstatscollector.cc#oldcode335 webrtc/api/rtcstatscollector.cc:335: } On 2017/01/04 23:58:00, Taylor Brandstetter wrote: ...
3 years, 11 months ago (2017-01-09 18:37:14 UTC) #11
Taylor Brandstetter
lgtm https://codereview.webrtc.org/2610843003/diff/60001/webrtc/api/rtcstatscollector.cc File webrtc/api/rtcstatscollector.cc (right): https://codereview.webrtc.org/2610843003/diff/60001/webrtc/api/rtcstatscollector.cc#newcode825 webrtc/api/rtcstatscollector.cc:825: track_media_info_map_->GetVideoTrack(video_receiver_info); nit: If you add a DCHECK for ...
3 years, 11 months ago (2017-01-09 18:58:10 UTC) #14
hbos
https://codereview.webrtc.org/2610843003/diff/60001/webrtc/api/rtcstatscollector.cc File webrtc/api/rtcstatscollector.cc (right): https://codereview.webrtc.org/2610843003/diff/60001/webrtc/api/rtcstatscollector.cc#newcode825 webrtc/api/rtcstatscollector.cc:825: track_media_info_map_->GetVideoTrack(video_receiver_info); On 2017/01/09 18:58:10, Taylor Brandstetter wrote: > nit: ...
3 years, 11 months ago (2017-01-10 09:34:09 UTC) #17
hbos
Please take another look (even though you LGTM'd). See diff between Patch Set 5 and ...
3 years, 11 months ago (2017-01-10 13:12:50 UTC) #30
Taylor Brandstetter
lgtm. The issue you saw in testing may be due to SSRCs being unsignaled, and ...
3 years, 11 months ago (2017-01-10 17:35:05 UTC) #33
hbos
On 2017/01/10 17:35:05, Taylor Brandstetter wrote: > lgtm. The issue you saw in testing may ...
3 years, 11 months ago (2017-01-11 09:34:42 UTC) #34
Taylor Brandstetter
On 2017/01/11 09:34:42, hbos wrote: > On 2017/01/10 17:35:05, Taylor Brandstetter wrote: > > lgtm. ...
3 years, 11 months ago (2017-01-11 21:49:40 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2610843003/170001
3 years, 11 months ago (2017-01-16 13:04:09 UTC) #44
commit-bot: I haz the power
3 years, 11 months ago (2017-01-16 14:16:50 UTC) #47
Message was sent while issue was closed.
Committed patchset #6 (id:170001) as
https://chromium.googlesource.com/external/webrtc/+/84abeb1d37ee27147674cd94a...

Powered by Google App Engine
This is Rietveld 408576698