Closed
Bug 1050145
Opened 10 years ago
Closed 6 years ago
MediaCodecReader crashes while parsing / playing MP4 files on Nexus-4 / Nexus-5.
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: brsun, Unassigned)
References
Details
After turning the preference on to enable MediaCodecReader, Gecko crashes while calling android::ColorConverter::convertDecoderOutputToI420() to parse or to play MP4 files on Nexus-5 device.
Reporter | ||
Comment 1•10 years ago
|
||
(In reply to Bruce Sun [:brsun] from comment #0)
> After turning the preference on to enable MediaCodecReader, Gecko crashes
> while calling android::ColorConverter::convertDecoderOutputToI420() to parse
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> or to play MP4 files on Nexus-5 device.
Should be android::I420ColorConverterHelper::convertDecoderOutputToI420(), which directly calls convertDecoderOutputToI420 function from libI420colorconvert.so.
Reporter | ||
Updated•10 years ago
|
Summary: MediaCodecReader crashes while parsing / playing MP4 files on Nexus-5. → MediaCodecReader crashes while parsing / playing MP4 files on Nexus-4 / Nexus-5.
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•