Closed
Bug 1215435
Opened 9 years ago
Closed 9 years ago
Assertion failure: ACodec permits valid buffer + EOS flag.
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox44 | --- | affected |
People
(Reporter: jhlin, Assigned: jhlin)
Details
Attachments
(1 file, 1 obsolete file)
1.50 KB,
patch
|
jhlin
:
review+
|
Details | Diff | Splinter Review |
Assertion failure found in bug 1207214 comment 10. The original assertion incorrectly assumes that decoder always emits an empty buffer with EOS flag after final output buffer. Turns out ACodec permits sending EOS flag along with final output buffer.
Attachment #8674742 -
Flags: review+
Assignee | ||
Comment 1•9 years ago
|
||
Carry Sotaro's r+ from bug 1207214 comment 19.
Assignee | ||
Comment 2•9 years ago
|
||
Fix commit message.
Attachment #8674742 -
Attachment is obsolete: true
Attachment #8674744 -
Flags: review+
Assignee | ||
Comment 3•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Comment 4•9 years ago
|
||
Hi, this failed to apply:
pplying bug1207214-assert-EOS-with-buffer.patch
patching file dom/media/platforms/gonk/GonkMediaDataDecoder.cpp
Hunk #1 FAILED at 196
1 out of 1 hunks FAILED -- saving rejects to file dom/media/platforms/gonk/GonkMediaDataDecoder.cpp.rej
could you take a look, thanks!
Flags: needinfo?(jolin)
Keywords: checkin-needed
Assignee | ||
Comment 5•9 years ago
|
||
Already checked in bug 1207214 comment 21. Sorry for the mess.
Flags: needinfo?(jolin)
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•