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)

54 Branch
enhancement

Tracking

()

RESOLVED FIXED
mozilla57
Tracking Status
firefox57 --- fixed

People

(Reporter: jya, Assigned: jya)

References

Details

Attachments

(2 files)

See Also: → 1365131
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+
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
Attachment #8909083 - Flags: review?(gsquelart) → review+
Priority: -- → P2
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: