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

Issue 2607933002: RTCMediaStreamTrackStats.framesDropped collected by RTCStatsCollector. (Closed)

Created:
3 years, 11 months ago by hbos
Modified:
3 years, 11 months ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, the sun, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

RTCMediaStreamTrackStats.framesDropped collected by RTCStatsCollector. Spec: https://w3c.github.io/webrtc-stats/#dom-rtcmediastreamtrackstats-framesdropped Implemented as frames_received - frames_rendered. Part of this CL is adding frames_rendered to VideoReceiveStream::Stats and updating it at ReceiveStatisticsProxy::OnRenderedFrame. BUG=webrtc:6757, chromium:659137, chromium:627816 NOTRY=True Review-Url: https://codereview.webrtc.org/2607933002 Cr-Commit-Position: refs/heads/master@{#16213} Committed: https://chromium.googlesource.com/external/webrtc/+/50cfe1fda7f2b4a6a449fe7234f4c1aa2a475c61

Patch Set 1 #

Patch Set 2 : Rebase after RTCMediaStreamTrackStats being per-attachment #

Patch Set 3 : Added unittests for webrtcvideoengine2 and receive_statistics_proxy #

Total comments: 3

Patch Set 4 : Rebase with master and unittest listing "rendered: 13, decoded: 14" #

Patch Set 5 : Rebase with master after webrtc/api renamed to webrtc/pc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -7 lines) Patch
M webrtc/api/stats/rtcstats_objects.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/media/base/mediachannel.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2_unittest.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/pc/rtcstats_integrationtest.cc View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/pc/rtcstatscollector.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/pc/rtcstatscollector_unittest.cc View 1 2 3 4 4 chunks +8 lines, -4 lines 0 comments Download
M webrtc/video/receive_statistics_proxy.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/video/receive_statistics_proxy_unittest.cc View 1 2 2 chunks +12 lines, -0 lines 0 comments Download
M webrtc/video_receive_stream.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 53 (34 generated)
hbos
Please take a look, hta and deadbeef.
3 years, 11 months ago (2016-12-29 14:50:25 UTC) #4
hbos
On 2016/12/29 14:50:25, hbos wrote: > Please take a look, hta and deadbeef. Patch failure ...
3 years, 11 months ago (2016-12-29 14:51:55 UTC) #7
hta-webrtc
lgtm
3 years, 11 months ago (2017-01-03 08:12:12 UTC) #8
hbos
On 2017/01/03 08:12:12, hta-webrtc wrote: > lgtm What about the issue you raised about tracks ...
3 years, 11 months ago (2017-01-03 09:03:51 UTC) #9
hta-webrtc
On 2017/01/03 09:03:51, hbos wrote: > On 2017/01/03 08:12:12, hta-webrtc wrote: > > lgtm > ...
3 years, 11 months ago (2017-01-03 17:02:02 UTC) #10
hbos
Please take a look, deadbeef, pbos and asapersson. deadbeef: *stats* pbos: webrtc/media webrtc/video_receive_stream.h asapersson: webrtc/video ...
3 years, 11 months ago (2017-01-19 13:04:16 UTC) #18
åsapersson
webrtc/video: lgtm
3 years, 11 months ago (2017-01-19 13:24:37 UTC) #19
Taylor Brandstetter
lgtm
3 years, 11 months ago (2017-01-19 17:11:01 UTC) #22
pbos-webrtc
webrtc/media lgtm https://codereview.webrtc.org/2607933002/diff/40001/webrtc/media/engine/webrtcvideoengine2_unittest.cc File webrtc/media/engine/webrtcvideoengine2_unittest.cc (right): https://codereview.webrtc.org/2607933002/diff/40001/webrtc/media/engine/webrtcvideoengine2_unittest.cc#newcode3307 webrtc/media/engine/webrtcvideoengine2_unittest.cc:3307: stats.frames_rendered = 12; 14, but nit/whatever
3 years, 11 months ago (2017-01-19 17:14:03 UTC) #23
Taylor Brandstetter
https://codereview.webrtc.org/2607933002/diff/40001/webrtc/media/engine/webrtcvideoengine2_unittest.cc File webrtc/media/engine/webrtcvideoengine2_unittest.cc (right): https://codereview.webrtc.org/2607933002/diff/40001/webrtc/media/engine/webrtcvideoengine2_unittest.cc#newcode3307 webrtc/media/engine/webrtcvideoengine2_unittest.cc:3307: stats.frames_rendered = 12; On 2017/01/19 17:14:03, pbos-webrtc wrote: > ...
3 years, 11 months ago (2017-01-19 17:23:08 UTC) #24
hbos
https://codereview.webrtc.org/2607933002/diff/40001/webrtc/media/engine/webrtcvideoengine2_unittest.cc File webrtc/media/engine/webrtcvideoengine2_unittest.cc (right): https://codereview.webrtc.org/2607933002/diff/40001/webrtc/media/engine/webrtcvideoengine2_unittest.cc#newcode3307 webrtc/media/engine/webrtcvideoengine2_unittest.cc:3307: stats.frames_rendered = 12; On 2017/01/19 17:23:08, Taylor Brandstetter wrote: ...
3 years, 11 months ago (2017-01-23 12:12:15 UTC) #30
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/2607933002/100001
3 years, 11 months ago (2017-01-23 12:12:31 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: win_clang_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_clang_dbg/builds/10173) win_clang_rel on master.tryserver.webrtc (JOB_FAILED, ...
3 years, 11 months ago (2017-01-23 12:13:18 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/2607933002/100001
3 years, 11 months ago (2017-01-23 13:44:14 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/12541)
3 years, 11 months ago (2017-01-23 13:48:04 UTC) #41
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/2607933002/120001
3 years, 11 months ago (2017-01-23 13:54:14 UTC) #45
commit-bot: I haz the power
Try jobs failed on following builders: win_baremetal on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_baremetal/builds/17906) win_clang_dbg on master.tryserver.webrtc (JOB_FAILED, ...
3 years, 11 months ago (2017-01-23 13:55:06 UTC) #47
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/2607933002/120001
3 years, 11 months ago (2017-01-23 15:19:41 UTC) #50
commit-bot: I haz the power
3 years, 11 months ago (2017-01-23 15:22:02 UTC) #53
Message was sent while issue was closed.
Committed patchset #5 (id:120001) as
https://chromium.googlesource.com/external/webrtc/+/50cfe1fda7f2b4a6a449fe723...

Powered by Google App Engine
This is Rietveld 408576698