Closed
Bug 1873596
Opened 1 year ago
Closed 1 year ago
Use `mDisplay` to determine video's resolution for telemetry
Categories
(Core :: Audio/Video: Playback, task, P1)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
123 Branch
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
Details
Attachments
(1 file)
We should use mDisplay instead of mImage here . The video height we want to record is actually intrinsic height, which is the height in mDisplay.
| Assignee | ||
Comment 1•1 year ago
|
||
The video height we want to record is actually intrinsic
height [1] which is the height in mDisplay [2].
[1] https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/videoHeight#about_intrinsic_width_and_height
[2] https://searchfox.org/mozilla-central/rev/7fc94186f1a759790c56e41a90ab350d78dbda30/dom/html/HTMLVideoElement.cpp#221
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fa7ad042dcfe
use 'mDisplay' to determine video's resolution for telemetry. r=media-playback-reviewers,padenot
Comment 3•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•