Closed
Bug 1311214
Opened 8 years ago
Closed 8 years ago
Remove b2g OMX encoder/decoder
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: ehsan.akhgari, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
281.61 KB,
patch
|
jwwang
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•8 years ago
|
||
Attachment #8802346 -
Flags: review?(cpearce)
Updated•8 years ago
|
Component: DOM → Audio/Video: Playback
Comment 2•8 years ago
|
||
Comment on attachment 8802346 [details] [diff] [review]
Remove b2g OMX encoder/decoder
Review of attachment 8802346 [details] [diff] [review]:
-----------------------------------------------------------------
I'll let JW review this.
See also Bug 1307238, where we decided to keep the OMX Decoder Module.
Attachment #8802346 -
Flags: review?(cpearce) → review?(jwwang)
Updated•8 years ago
|
Attachment #8802346 -
Flags: review?(jwwang) → review+
Reporter | ||
Comment 3•8 years ago
|
||
(In reply to Chris Pearce (:cpearce) from comment #2)
> See also Bug 1307238, where we decided to keep the OMX Decoder Module.
I can't reconcile this with the r+. :-)
Should I land this patch?
Flags: needinfo?(jwwang)
Flags: needinfo?(cpearce)
Comment 4•8 years ago
|
||
The OMX Decoder Module is under dom/media/platforms/omx/ which you didn't change. So you can land the patch as is.
Flags: needinfo?(jwwang)
Flags: needinfo?(cpearce)
Comment 5•8 years ago
|
||
Why do we have both dom/media/platforms/omx and dom/media/platforms/gonk?
It looks like stuff in dom/media/platforms/gonk is setup to include dom/media/omx.
https://dxr.mozilla.org/mozilla-central/rev/01ab78dd98805e150b0311cce2351d5b408f3001/dom/media/platforms/gonk/moz.build#20
Comment 6•8 years ago
|
||
Do you have any idea what dom/media/platforms/omx is for?
Flags: needinfo?(ayang)
Comment 7•8 years ago
|
||
(In reply to JW Wang [:jwwang] [:jw_wang] from comment #6)
> Do you have any idea what dom/media/platforms/omx is for?
OpenMax for PDM. Community uses it, please keep it, bug 1306529.
Flags: needinfo?(ayang)
Comment 8•8 years ago
|
||
So what the community need is dom/media/platforms/omx instead of dom/media/platforms/gonk?
Does the community need dom/media/platforms/gonk as well?
Flags: needinfo?(ayang)
Comment 9•8 years ago
|
||
(In reply to JW Wang [:jwwang] [:jw_wang] from comment #8)
> So what the community need is dom/media/platforms/omx instead of
> dom/media/platforms/gonk?
> Does the community need dom/media/platforms/gonk as well?
As far as I know, no.
Flags: needinfo?(ayang)
Comment 10•8 years ago
|
||
OK. Then we can conclude that both dom/media/omx and dom/media/platforms/gonk can be removed.
Comment 11•8 years ago
|
||
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d084c1f34802
Remove b2g OMX encoder/decoder; r=cpearce
Comment 12•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•