Closed
Bug 1400614
Opened 8 years ago
Closed 8 years ago
Crash with media devtools if no video track present
Categories
(Core :: Audio/Video: Playback, enhancement, P2)
Tracking
()
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: jya, Assigned: jya)
References
Details
Attachments
(2 files)
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8909052 [details]
Bug 1400614 - P1. Handle case where we have no video track.
https://reviewboard.mozilla.org/r/180648/#review185746
Thank you for fixing this.
::: dom/media/MediaFormatReader.cpp:3175
(Diff revision 1)
> + : mVideo.mOriginalInfo
> + ? *mVideo.mOriginalInfo->GetAsVideoInfo()
> + : VideoInfo();
>
> result += nsPrintfCString(
> - "Video Decoder(%s, %dx%d @ %0.2ffps): %s\n",
> + "Video Decoder(%s, %dx%d @ %0.2f): %s\n",
Why this unrelated change?
Attachment #8909052 -
Flags: review?(gsquelart) → review+
| Assignee | ||
Comment 3•8 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8909052 [details]
Bug 1400614 - P1. Handle case where we have no video track.
https://reviewboard.mozilla.org/r/180648/#review185746
> Why this unrelated change?
because it looks ugly after all... amd making a separate patch didnt seem worth it
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 6•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8909083 [details]
Bug 1400614 - P2. Change string output content.
https://reviewboard.mozilla.org/r/180680/#review185750
Thank you!
Attachment #8909083 -
Flags: review?(gsquelart) → review+
Updated•8 years ago
|
Priority: -- → P2
Comment 7•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/92224fd4468a
https://hg.mozilla.org/mozilla-central/rev/0806dedfeae9
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•