Closed
Bug 1048173
Opened 10 years ago
Closed 10 years ago
If Firefox was compiled with FFmpeg support and FFmpeg isn't installed: it will crash
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: jya, Assigned: jya, Mentored)
Details
Attachments
(1 file, 1 obsolete file)
1.74 KB,
patch
|
eflores
:
review+
|
Details | Diff | Splinter Review |
if firefox has been compiled with --enable-ffmpeg, media.fragmented-mp4.ffmpeg.enabled is set to true in about:config
Attempting to play a video will cause a crash.
Assignee | ||
Comment 1•10 years ago
|
||
the issue isn't located to macos, same will happen on linux
Assignee | ||
Comment 2•10 years ago
|
||
Bug 1048173: Ensure FFmpeg libraries can be linked against before creating decoder
Attachment #8466975 -
Flags: review?(edwin)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jyavenard
Status: NEW → ASSIGNED
Comment on attachment 8466975 [details] [diff] [review]
Make sure we can link against FFmpeg libraries before attempting to create a decoder
Wow, that's bad. Nice catch.
Attachment #8466975 -
Flags: review?(edwin) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Bug 1048173: Ensure FFmpeg libraries can be linked against before creating decoder
Attachment #8467563 -
Flags: review?(edwin)
Assignee | ||
Updated•10 years ago
|
Attachment #8466975 -
Attachment is obsolete: true
Assignee | ||
Comment 5•10 years ago
|
||
Different approach. This one allows for future/possible changes in CreateDecoderModule() that does create the decoder, but for some reason is invalid...
Attachment #8467563 -
Flags: review?(edwin) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Assignee | ||
Comment 7•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 8•10 years ago
|
||
Keywords: checkin-needed
Comment 9•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•