Closed
Bug 1065219
Opened 10 years ago
Closed 10 years ago
Simplify MSR::SelectReader and reject incompatible tracks at initialization time
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: kinetik, Assigned: kinetik)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 2 obsolete files)
13.87 KB,
patch
|
cajbir
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8486917 -
Attachment is obsolete: true
Assignee | ||
Comment 3•10 years ago
|
||
It makes more sense to reject incompatible tracks early, so move rejection to TrackBuffer::RegisterDecoder (so that incompatible tracks are never added to the set of active decoders), and remove the similar check from SelectReader. This also drops the work-around EOS queue check from SelectReader, since it doesn't work as intended and only serves to confuse.
Assignee | ||
Updated•10 years ago
|
Attachment #8486920 -
Flags: review?(cajbir.bugzilla)
Comment 4•10 years ago
|
||
What does this patch apply on top of? I can't get it to apply.
Flags: needinfo?(kinetik)
Assignee | ||
Comment 5•10 years ago
|
||
Not sure now, here's a rebase from my current queue. This applies on top of:
Bug 1064705
Bug 1062666
Bug 1062657
Bug 1065218
Attachment #8486920 -
Attachment is obsolete: true
Attachment #8486920 -
Flags: review?(cajbir.bugzilla)
Attachment #8486970 -
Flags: review?(cajbir.bugzilla)
Assignee | ||
Updated•10 years ago
|
Flags: needinfo?(kinetik)
Comment 6•10 years ago
|
||
Bug 1065218 appears to rely on changes in this patch and vice versa. I can't apply 1065218 to apply this one on top.
Assignee | ||
Comment 7•10 years ago
|
||
I thought I uploaded rebased versions of them all, but it looks like it only did this one. Fixed now, please try again.
Comment 8•10 years ago
|
||
(In reply to Matthew Gregan [:kinetik] from comment #7)
> I thought I uploaded rebased versions of them all, but it looks like it only
> did this one. Fixed now, please try again.
Thanks, that worked.
Updated•10 years ago
|
Attachment #8486970 -
Flags: review?(cajbir.bugzilla) → review+
Assignee | ||
Comment 9•10 years ago
|
||
Assignee | ||
Comment 10•10 years ago
|
||
Assignee | ||
Comment 11•10 years ago
|
||
Assignee | ||
Comment 12•10 years ago
|
||
Comment 13•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
You need to log in
before you can comment on or make changes to this bug.
Description
•