Closed
Bug 1168052
Opened 10 years ago
Closed 10 years ago
FFmpeg's decoder(PDM) should handle the errors happening during draining.
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: bwu, Unassigned)
Details
Current FFmpeg's decoder looks like to ignore those errors happening during draining and it still call DrainComplete even some errors happen. We should report the error by calling Error() and not call DrainComplete.
Comment 1•10 years ago
|
||
it's not ffmpeg, its all decoders.
calling DrainComplete() regardless is the proper way to do it, without having to change it all
| Reporter | ||
Comment 2•10 years ago
|
||
(In reply to Jean-Yves Avenard [:jya] from comment #1)
> it's not ffmpeg, its all decoders.
Yeah. I noticed after checking other PDM codes.
>
> calling DrainComplete() regardless is the proper way to do it, without
> having to change it all.
Although it is not a critical bug and doesn't cause problems now, I think we still need to make it right.
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 3•10 years ago
|
||
there's nothing to do here.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•