Closed Bug 1184002 Opened 9 years ago Closed 9 years ago

Add about:media plugin support for new MSE

Categories

(Core :: Audio/Video, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla42
Tracking Status
firefox42 --- fixed

People

(Reporter: jya, Assigned: jya)

Details

Attachments

(1 file, 1 obsolete file)

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.
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)
Adding a bit more information that could be useful to me for debugging.
Attachment #8633986 - Flags: review?(cpearce)
Attachment #8633971 - Attachment is obsolete: true
Attachment #8633971 - Flags: review?(cpearce)
Attachment #8633986 - Flags: review?(cpearce) → review+
https://hg.mozilla.org/mozilla-central/rev/798e3c758a62
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: