Open
Bug 1230973
Opened 10 years ago
Updated 3 years ago
MediaFormatReader should output the first frame as soon as possible
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox45 | --- | affected |
People
(Reporter: jya, Unassigned)
Details
Something discussed with Anthony earlier.
The first frame (after startup or after a seek) should be output quickly by feeding the keyframe and immediately draining the decoder (only to re-feed it immediately to the decoder).
This would allow to fire loadeddata quickly without having to decode up to 30 frames (as required by the WMF decoder)
| Reporter | ||
Comment 1•10 years ago
|
||
that may cause issue if we have b-frame, as the first keyframe may not be the first one played. may have to check on the presentation time of the keyframe if we can immediately display it
Updated•10 years ago
|
Priority: -- → P2
| Reporter | ||
Updated•5 years ago
|
Assignee: jya-moz → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•