Closed
Bug 1025327
Opened 11 years ago
Closed 10 years ago
[patch] Allow use of blank MP4 decoder on platforms with no MP4 backend.
Categories
(Core :: Audio/Video: Playback, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mmcdonough, Unassigned)
Details
Attachments
(1 file)
When neither WMF or FFMPEG are backends are built but FMP4 is configured, the blank decoder is not available. This is because there is no case to handle FMP4 generically in content/media/DecoderTraits.cpp, CanHandleMediaType.
Attached is a patch that checks if the blank decoder is enabled in preferences in case no other FMP4 backends exists but FMP4 is still exposed by preference.
| Reporter | ||
Updated•11 years ago
|
Summary: Allow use of blank MP4 decoder on platforms with no MP4 backend. → [patch] Allow use of blank MP4 decoder on platforms with no MP4 backend.
| Reporter | ||
Updated•11 years ago
|
Attachment #8440154 -
Flags: review?(cpearce)
Comment 1•11 years ago
|
||
Comment on attachment 8440154 [details] [diff] [review]
Patch that allows use of blank FMP4 decoder based if enabled in preferences, even if no other FMP4 backend exists.
Review of attachment 8440154 [details] [diff] [review]:
-----------------------------------------------------------------
I don't think we need this. We've got people working on PDMs for all platforms we care about.
Attachment #8440154 -
Flags: review?(cpearce) → review-
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: Playback
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•