Skip to content

Commit

Permalink
Move expiry date for video capture resolution and framerate histogram…
Browse files Browse the repository at this point in the history
…s and add handellm@ as owner.

Bug: 1088919
Change-Id: Iabd3bf97ec3abd8ccb5e54ca63e201fdfc2867a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485942
Reviewed-by: Robert Kaplow <rkaplow@chromium.org>
Commit-Queue: Elad Alon <eladalon@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821341}
  • Loading branch information
Stefan Holmer authored and Commit Bot committed Oct 27, 2020
1 parent 66b83d5 commit 6fc0981
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tools/metrics/histograms/histograms_xml/media/histograms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3625,15 +3625,17 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<owner>mcasas@chromium.org</owner>
<owner>guidou@chromium.org</owner>
<owner>armax@chromium.org</owner>
<owner>handellm@chromium.org</owner>
<summary>
Video Capture Device frame rate requested by VideoCaptureManager on
AllocateAndStart(). The collection is made in the VideoCaptureController
upon reception of the first frame.
</summary>
</histogram>

<histogram name="Media.VideoCapture.Height" units="pixels" expires_after="M85">
<histogram name="Media.VideoCapture.Height" units="pixels" expires_after="M99">
<owner>mcasas@chromium.org</owner>
<owner>handellm@chromium.org</owner>
<summary>
Video Capture Device captured frame height in pixels. The collection is made
in the VideoCaptureController upon reception of the first frame.
Expand Down Expand Up @@ -3705,8 +3707,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</summary>
</histogram>

<histogram name="Media.VideoCapture.Width" units="pixels" expires_after="M82">
<histogram name="Media.VideoCapture.Width" units="pixels" expires_after="M99">
<owner>mcasas@chromium.org</owner>
<owner>handellm@chromium.org</owner>
<summary>
Video Capture Device captured frame width in pixels. The collection is made
in the VideoCaptureController upon reception of the first frame.
Expand Down

0 comments on commit 6fc0981

Please sign in to comment.