Closed
Bug 1184002
Opened 10 years ago
Closed 10 years ago
Add about:media plugin support for new MSE
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: jya, Assigned: jya)
Details
Attachments
(1 file, 1 obsolete file)
|
7.58 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
about:media is a very cool plugin to play with and extremely useful for debugging.
Unfortunately, it doesn't work with the new MSE.
Shouldn't take long to write support for it.
| Assignee | ||
Comment 1•10 years ago
|
||
The code isn't entirely thread-safe, but far more so than the MediaSourceReader one.
In the worse case, we read an uint32_t onside the thread it's being modified. All composite objects
are accessed safely.
Making it thread-safe would require significant changes. Seeing this is purely for debugging purposes.
Attachment #8633971 -
Flags: review?(cpearce)
| Assignee | ||
Comment 2•10 years ago
|
||
Adding a bit more information that could be useful to me for debugging.
Attachment #8633986 -
Flags: review?(cpearce)
| Assignee | ||
Updated•10 years ago
|
Attachment #8633971 -
Attachment is obsolete: true
Attachment #8633971 -
Flags: review?(cpearce)
Updated•10 years ago
|
Attachment #8633986 -
Flags: review?(cpearce) → review+
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•