Closed
Bug 475685
Opened 16 years ago
Closed 16 years ago
Seeking in media resources is very slow due to bug in liboggz
Categories
(Core :: Audio/Video, defect, P2)
Core
Audio/Video
Tracking
()
RESOLVED
DUPLICATE
of bug 469408
People
(Reporter: cajbir, Assigned: cajbir)
References
Details
Attachments
(1 file)
(deleted),
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
See bug 469408 comment 4. Bug 449159 introduced a bug into liboggplay where the guess for the byte position to seek too is often incorrect. This causes many unnecessary byte range requests when seeking via HTTP and slows seeks down a lot.
Assignee | ||
Comment 1•16 years ago
|
||
This should be blocking1.9.1+ I think due to the impact it has on seek times.
Flags: blocking1.9.1?
Assignee: nobody → chris.double
Flags: blocking1.9.1? → blocking1.9.1+
Priority: -- → P2
Whiteboard: [needs review/landing]
Is this patch ready for review?
Assignee | ||
Comment 3•16 years ago
|
||
Comment on attachment 359237 [details] [diff] [review]
liboggz fix for guessing seek position
Robert, are you happy to review this change or would you prefer I try and get an annodex person to look at it?
Attachment #359237 -
Flags: review?(roc)
Comment on attachment 359237 [details] [diff] [review]
liboggz fix for guessing seek position
Ok to land. But please get an annodex person to review it upstream as well. Thanks.
Attachment #359237 -
Flags: review?(roc) → review+
Whiteboard: [needs review/landing] → [needs landing]
Assignee | ||
Comment 5•16 years ago
|
||
Preparing this for landing tonight I noticed that all the tests pass, but is it my imagination or does the test that plays the space invaders sound have the sound cutoff? It seems to play about twice as long without this patch. I'll investigate, in the meantime I've removed the needs landing whiteboard.
tracking-fennec: ? → ---
Whiteboard: [needs landing]
Assignee | ||
Comment 6•16 years ago
|
||
Bug 477899 contains the fix that the fix to this bug triggers. After requesting the duration liboggplay seeks back to a position that is past the first part of the audio sample.
Depends on: 477899
Comment 7•16 years ago
|
||
(In reply to comment #6)
> Bug 477899 contains the fix that the fix to this bug triggers.
Can this land now?
Comment 8•16 years ago
|
||
Patch in bug 469408 contains the fix in doublec's patch. We can take the patch in bug 469408 instead of the one here.
I'm making this a dup of 469408 because that's where this will get fixed.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•