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

Issue 1811413004: media: Record counts of detected src= audio, video, and text tracks (Closed)

Created:
4 years, 9 months ago by wolenetz
Modified:
4 years, 9 months ago
CC:
asvitkine+watch_chromium.org, chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

media: Record counts of detected src= audio, video, and text tracks Also fixes Detected{Audio,Video}CodecHash stats reporting to be done respectively by type for all streams, not just those up to and including one the player supports. BUG=595128 Committed: https://crrev.com/75faefc2e0e80b50d20ec597bbb5767cb863fa4d Cr-Commit-Position: refs/heads/master@{#382436}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed all comments except "Should we add a new DetectedTrackCodecs?" #

Patch Set 3 : Note the fix to DetectedAudio/VideoCodecHash UMA in their histogram summaries #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -9 lines) Patch
M media/filters/ffmpeg_demuxer.cc View 1 4 chunks +30 lines, -7 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 chunks +34 lines, -2 lines 0 comments Download

Messages

Total messages: 37 (13 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1811413004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1811413004/1
4 years, 9 months ago (2016-03-19 00:25:08 UTC) #2
wolenetz
Please take a look. This data will help us get a better understanding of where ...
4 years, 9 months ago (2016-03-19 00:27:08 UTC) #4
wolenetz
On 2016/03/19 00:27:08, wolenetz wrote: > Please take a look. This data will help us ...
4 years, 9 months ago (2016-03-19 00:43:47 UTC) #5
DaleCurtis
https://codereview.chromium.org/1811413004/diff/1/media/filters/ffmpeg_demuxer.cc File media/filters/ffmpeg_demuxer.cc (right): https://codereview.chromium.org/1811413004/diff/1/media/filters/ffmpeg_demuxer.cc#newcode121 media/filters/ffmpeg_demuxer.cc:121: int32_t capped_audio = Why cap? Lets also just use ...
4 years, 9 months ago (2016-03-19 00:48:40 UTC) #6
DaleCurtis
Also how useful is it to know the counts w/o the types? Should we add ...
4 years, 9 months ago (2016-03-19 00:49:17 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-19 02:55:43 UTC) #9
wolenetz
On 2016/03/19 00:49:17, DaleCurtis wrote: > Also how useful is it to know the counts ...
4 years, 9 months ago (2016-03-21 18:30:45 UTC) #10
wolenetz
https://codereview.chromium.org/1811413004/diff/1/media/filters/ffmpeg_demuxer.cc File media/filters/ffmpeg_demuxer.cc (right): https://codereview.chromium.org/1811413004/diff/1/media/filters/ffmpeg_demuxer.cc#newcode121 media/filters/ffmpeg_demuxer.cc:121: int32_t capped_audio = On 2016/03/19 00:48:39, DaleCurtis wrote: > ...
4 years, 9 months ago (2016-03-21 18:36:02 UTC) #11
Steven Holte
https://codereview.chromium.org/1811413004/diff/1/media/filters/ffmpeg_demuxer.cc File media/filters/ffmpeg_demuxer.cc (right): https://codereview.chromium.org/1811413004/diff/1/media/filters/ffmpeg_demuxer.cc#newcode121 media/filters/ffmpeg_demuxer.cc:121: int32_t capped_audio = Basically, the bucket generation divides up ...
4 years, 9 months ago (2016-03-21 20:01:58 UTC) #12
wolenetz
Please take a look at patch set 2 (same R= mapping as before). dalecurtis@ : ...
4 years, 9 months ago (2016-03-21 21:03:46 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1811413004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1811413004/40001
4 years, 9 months ago (2016-03-21 21:04:29 UTC) #17
DaleCurtis
We don't want DetectedAudio/Video codec hash used for this purpose. Those histograms should remain for ...
4 years, 9 months ago (2016-03-21 21:10:53 UTC) #18
wolenetz
On 2016/03/21 21:10:53, DaleCurtis wrote: > We don't want DetectedAudio/Video codec hash used for this ...
4 years, 9 months ago (2016-03-21 21:21:56 UTC) #19
wolenetz
On 2016/03/21 21:21:56, wolenetz wrote: > On 2016/03/21 21:10:53, DaleCurtis wrote: > > We don't ...
4 years, 9 months ago (2016-03-21 21:24:39 UTC) #20
DaleCurtis
Ah, I also didn't realize these were logging all detected codecs and not the chosen ...
4 years, 9 months ago (2016-03-21 21:27:19 UTC) #21
wolenetz
On 2016/03/21 21:27:19, DaleCurtis wrote: > Ah, I also didn't realize these were logging all ...
4 years, 9 months ago (2016-03-21 21:39:13 UTC) #22
DaleCurtis
lgtm
4 years, 9 months ago (2016-03-21 21:42:03 UTC) #23
wolenetz
Thanks Dale. R+=jrummell@ for the histograms.xml <summary> updates for each of DetectedAudio/VideoCodecHashes.
4 years, 9 months ago (2016-03-21 21:46:09 UTC) #25
jrummell
lgtm
4 years, 9 months ago (2016-03-21 21:56:54 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1811413004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1811413004/60001
4 years, 9 months ago (2016-03-21 22:25:50 UTC) #28
Steven Holte
lgtm
4 years, 9 months ago (2016-03-21 22:52:36 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1811413004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1811413004/60001
4 years, 9 months ago (2016-03-21 22:54:15 UTC) #33
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 9 months ago (2016-03-21 23:37:38 UTC) #35
commit-bot: I haz the power
4 years, 9 months ago (2016-03-21 23:38:42 UTC) #37
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/75faefc2e0e80b50d20ec597bbb5767cb863fa4d
Cr-Commit-Position: refs/heads/master@{#382436}

Powered by Google App Engine
This is Rietveld 408576698