Closed
Bug 664354
Opened 14 years ago
Closed 14 years ago
nsBuiltinDecoderStateMachine::GetUndecodedData() returns result in milliseconds not microseconds
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
People
(Reporter: cpearce, Assigned: cpearce)
Details
Attachments
(1 file)
959 bytes,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
nsBuiltinDecoderStateMachine::GetUndecodedData() is supposed to return the number of microseconds of undecoded data, but it's returning the number of seconds of undecoded data. My bad.
Assignee | ||
Comment 1•14 years ago
|
||
Comment on attachment 539400 [details] [diff] [review]
Patch
Review of attachment 539400 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #539400 -
Flags: review?(roc) → review+
Assignee | ||
Comment 3•14 years ago
|
||
(In reply to comment #0)
> nsBuiltinDecoderStateMachine::GetUndecodedData() is supposed to return the
> number of microseconds of undecoded data, but it's returning the number of
> seconds of undecoded data. My bad.
I meant it's returning a result in milliseconds not seconds.
Summary: nsBuiltinDecoderStateMachine::GetUndecodedData() returns result in seconds not microseconds → nsBuiltinDecoderStateMachine::GetUndecodedData() returns result in milliseconds not microseconds
Assignee | ||
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•