Closed
Bug 944567
Opened 12 years ago
Closed 12 years ago
[Flatfish ]: Camera recording should support AAC encoding based on Android JB (4.2.2)
Categories
(Core :: Audio/Video, defect)
Tracking
()
People
(Reporter: vliu, Assigned: vliu)
References
Details
Attachments
(1 file)
|
6.04 KB,
patch
|
sotaro
:
review+
mikeh
:
review+
|
Details | Diff | Splinter Review |
This bug is filed according to the bug 932204 Comment 13.
https://bugzilla.mozilla.org/show_bug.cgi?id=932204#c13
| Assignee | ||
Comment 1•12 years ago
|
||
This is the patch to enable AAC recording based on Android JB(4.2.2). Can you help me to review it? Thanks.
Attachment #8340186 -
Flags: review?(sotaro.ikeda.g)
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → vliu
Comment 2•12 years ago
|
||
Comment on attachment 8340186 [details] [diff] [review]
bug-944567-fix-v1.patch
Review of attachment 8340186 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good.
This code is need to get reviewed by mikeh. Add mikeh review?.
Attachment #8340186 -
Flags: review?(sotaro.ikeda.g)
Attachment #8340186 -
Flags: review?(mhabicher)
Attachment #8340186 -
Flags: review+
Comment 3•12 years ago
|
||
Comment on attachment 8340186 [details] [diff] [review]
bug-944567-fix-v1.patch
Review of attachment 8340186 [details] [diff] [review]:
-----------------------------------------------------------------
This looks fine to me, but what exactly does it do? Just enable AAC recording on Flatfish? (Without affecting the use of AMRNB on other devices?)
Attachment #8340186 -
Flags: review?(mhabicher) → review+
Updated•12 years ago
|
Flags: needinfo?(vliu)
| Assignee | ||
Comment 4•12 years ago
|
||
This patch added switch-case selection for OUTPUT_FORMAT_AAC_XXX and kept the use of AMRNB. I believe it won't affect for AMRNB case.
http://mxr.mozilla.org/mozilla-central/source/dom/camera/GonkRecorder.cpp#662
Flags: needinfo?(vliu)
| Assignee | ||
Comment 5•12 years ago
|
||
Try server result
https://tbpl.mozilla.org/?tree=Try&rev=e09a111ad4ce
https://tbpl.mozilla.org/?tree=Try&rev=2a5b220c4d25
This bug should uplift to 1.3 because bug 932204 marked as 1.3.
blocking-b2g: --- → 1.3?
Updated•12 years ago
|
blocking-b2g: 1.3? → 1.4?
| Assignee | ||
Comment 6•12 years ago
|
||
This is a common problem for ANDROID_VERSION >= 17. Besides master branch, this patch also need to uplift to 1.3.
Flags: needinfo?(frlee)
Comment 7•12 years ago
|
||
as the patch is ready and base on comment 6, we need this for JB. change it to 1.3+ as triage result
blocking-b2g: 1.4? → 1.3+
Flags: needinfo?(frlee)
| Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 8•12 years ago
|
||
https://hg.mozilla.org/integration/b2g-inbound/rev/98bb25549bc9
Vincent, can you please change your name in hg from vliu to your full name? Thanks :)
Keywords: checkin-needed
Comment 9•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Updated•12 years ago
|
Flags: needinfo?(vliu)
| Assignee | ||
Comment 10•12 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM UTC-5] from comment #8)
> https://hg.mozilla.org/integration/b2g-inbound/rev/98bb25549bc9
>
> Vincent, can you please change your name in hg from vliu to your full name?
> Thanks :)
Thanks for kindly remind. I'd fixed it in .hgrc. :)
Flags: needinfo?(vliu)
Comment 11•12 years ago
|
||
status-b2g-v1.3:
--- → fixed
status-firefox27:
--- → wontfix
status-firefox28:
--- → fixed
status-firefox29:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•