TPEPlatform/2013-11-28: Difference between revisions
Jump to navigation
Jump to search
(→Media) |
(→Media) |
||
Line 11: | Line 11: | ||
** rebase to latest m-c and do the integration test with other dependent gecko/gaia patches. | ** rebase to latest m-c and do the integration test with other dependent gecko/gaia patches. | ||
'''Media Recording | '''Media Recording''' | ||
*{{Bug|920934}} - [MediaEncoder] Implement AudioOmxEncoder on B2G / John Lin | *{{Bug|920934}} - [MediaEncoder] Implement AudioOmxEncoder on B2G / John Lin | ||
** upload patches for review. | ** upload patches for review. |
Revision as of 06:32, 28 November 2013
Media
GetUserMedia
- bug 940045 - The origin displayed in the persistent notification matches the location bar, not content \ SC
- We should send page URL directly from content process.
- patch was uploaded and get 3/4 r+'ed.
- bug 940075 - crash in mozilla::dom::PBrowserChild::SendRecordingDeviceEvents(nsString const&, bool const&, bool const&) \ SC
- TabChild is garbage collected after loading other page in the same process. We cannot use it to notify gUM is shutdown for that window.
- We should switch back to PContent for sending recording status, which is always existed during the entire content process life cycle.
- patch was merged to bug 940045.
- bug 898949 - [B2G getUserMedia] Display front/back camera list on permission prompt \ SC
- rebase to latest m-c and do the integration test with other dependent gecko/gaia patches.
Media Recording
- bug 920934 - [MediaEncoder] Implement AudioOmxEncoder on B2G / John Lin
- upload patches for review.
- revise OMX codec wrapper to address review comments.
- merge audio track encoder with video track encoder.