Closed
Bug 1050652
Opened 11 years ago
Closed 11 years ago
Implement GetEvictionOffset for WebM reader.
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: kinetik, Assigned: kinetik)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 2 obsolete files)
5.69 KB,
patch
|
kinetik
:
review+
|
Details | Diff | Splinter Review |
1.64 KB,
image/png
|
Details |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8469826 -
Flags: review?(cajbir.bugzilla)
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Comment 2•11 years ago
|
||
Fix a silly compile error. :-|
Attachment #8469826 -
Attachment is obsolete: true
Attachment #8469826 -
Flags: review?(cajbir.bugzilla)
Attachment #8469861 -
Flags: review?(cajbir.bugzilla)
Comment 3•11 years ago
|
||
Comment on attachment 8469861 [details] [diff] [review]
Implement GetEvictionOffset for WebM reader. v2
Review of attachment 8469861 [details] [diff] [review]:
-----------------------------------------------------------------
::: content/media/webm/WebMBufferedParser.h
@@ +199,5 @@
>
> void NotifyDataArrived(const char* aBuffer, uint32_t aLength, int64_t aOffset);
> bool CalculateBufferedForRange(int64_t aStartOffset, int64_t aEndOffset,
> uint64_t* aStartTime, uint64_t* aEndTime);
> + bool GetOffsetForTime(uint64_t aTime, int64_t* aOffset, bool aSyncPoint);
Remove the boolean parameter and make it an enum of some sort. Add a comment explaining what it is.
Attachment #8469861 -
Flags: review?(cajbir.bugzilla) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Address review comments, carry forward r+
Attachment #8469861 -
Attachment is obsolete: true
Attachment #8470576 -
Flags: review+
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Comment 7•11 years ago
|
||
This patch breaks seeking on the youtube demo page. If I revert this patch then seeking works again. I've raised bug 1054970 for this.
Ugh. Meant to post it in Bug 1054970.
Assignee | ||
Comment 10•11 years ago
|
||
Comment 11•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•