Closed Bug 455921 Opened 16 years ago Closed 16 years ago

video "progress" events have .total == 0.

Categories

(Core :: Audio/Video, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: Dolske, Unassigned)

References

Details

(Keywords: fixed1.9.1)

As a video is buffering, nsIDOMProgressEvent events are dispatched showing the progress of the download. event.loaded has an increasing value, but event.total is always 0... Seems nsOggDecoder::GetTotalBytes is not implemented. This makes it impossible to implement a useful progress display. We know we're receiving data, but not how much is remaining.
Flags: blocking1.9.1?
If anyone gets to this before I do, bug 449159 changes this area quite a bit in a refactoring of the code and it would be best to work from that to avoid merge headaches.
Seems to have been fixed.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Flags: blocking1.9.1? → blocking1.9.1+
Keywords: fixed1.9.1
You need to log in before you can comment on or make changes to this bug.