Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index d476b29069e83525241378e66c58b9d231e3693f..36bc91b463849c11cb84e77ec18962183957dae4 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -27825,6 +27825,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Media.MSE.VideoCodec.MP4" enum="MSECodec"> |
xhwang
2017/04/27 16:32:50
OOC, is there any reason you can't just use enum="
kqyang
2017/04/27 18:12:53
Unfortunately the enums used by SRC and MSE are di
xhwang
2017/04/27 19:00:53
hmm... good find, I didn't know about this
wolene
|
+ <owner>kqyang@chromium.org</owner> |
xhwang
2017/04/27 16:32:50
The new recommendation is to use media-dev@chromiu
kqyang
2017/04/27 18:12:53
Done.
|
+ <summary> |
+ Video codec used in Media Source Extensions playback if the media container |
+ is MP4. Set when AddId() is called during playback. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Media.MSE.VideoCodec.WebM" enum="MSECodec"> |
+ <owner>kqyang@chromium.org</owner> |
+ <summary> |
+ Video codec used in Media Source Extensions playback if the media container |
+ is WebM. Set when AddId() is called during playback. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Media.Netflix.AudioBitrate" units="kbps"> |
<obsolete> |
Deprecated 04/2016 as doesn't have data nor owner. |
@@ -28628,6 +28644,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<summary>Video codec used in HTML5 media.</summary> |
</histogram> |
+<histogram name="Media.VideoCodec.MP4" enum="VideoCodec"> |
+ <owner>kqyang@chromium.org</owner> |
+ <summary> |
+ Video codec used in HTML5 media if the media container is MP4. |
xhwang
2017/04/27 16:32:50
This makes people think that it's for all HTML5 pl
kqyang
2017/04/27 18:12:53
I think we want to track MSE and SRC separately.
xhwang
2017/04/27 19:00:53
Media.VideoCodec was probably added before MSE exi
kqyang
2017/04/27 21:07:59
I did some code search. Surprisingly, this does no
|
+ </summary> |
+</histogram> |
+ |
+<histogram name="Media.VideoCodec.WebM" enum="VideoCodec"> |
+ <owner>kqyang@chromium.org</owner> |
+ <summary> |
+ Video codec used in HTML5 media if the media container is WebM. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Media.VideoCodecProfile" enum="VideoCodecProfile"> |
<owner>scherkus@chromium.org</owner> |
<summary>Video codec profile used in HTML5 media.</summary> |