Closed
Bug 1163458
Opened 10 years ago
Closed 10 years ago
Move PlatformDecoderModule outside fmp4
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla41
People
(Reporter: jya, Assigned: jya)
References
Details
Attachments
(2 files)
|
78.19 KB,
patch
|
ajones
:
review+
|
Details | Diff | Splinter Review |
|
4.28 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
PlatformDecoderModule will no longer be linked to fragment mp4 as part of bug 1148292.
It should be moved into its own area:
dom/media/platforms
| Assignee | ||
Comment 1•10 years ago
|
||
Move all PlatformDecoderModule stuff in its own location. It doesn't depends on FMP4 / libstagefright anymore. The plan is going to have all decoders in this structure. vp8/vp9 will be in platforms/agnostic as well as all anything not platform specific
Attachment #8603961 -
Flags: review?(ajones)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jyavenard
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•10 years ago
|
||
Remove SyncDispatch from apple's PlatformDecoderModule. It will do just like what it does on all the other platforms: linked on first use
Attachment #8603962 -
Flags: review?(cpearce)
| Assignee | ||
Comment 3•10 years ago
|
||
Updated•10 years ago
|
Attachment #8603961 -
Flags: review?(ajones) → review+
Updated•10 years ago
|
Attachment #8603962 -
Flags: review?(cpearce) → review+
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/0aeb4344fb37
https://hg.mozilla.org/mozilla-central/rev/064d7b227f96
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•