TPEPlatform/2013-10-10: Difference between revisions
Jump to navigation
Jump to search
(→Study) |
(→Media) |
||
Line 8: | Line 8: | ||
* {{Bug|916135}} - Investigate webaudio mochitest timeouts on B2G / JW | * {{Bug|916135}} - Investigate webaudio mochitest timeouts on B2G / JW | ||
** try to disable some test cases to see how they affect timeout. | ** try to disable some test cases to see how they affect timeout. | ||
'''GetUserMedia''' | |||
* {{bug|918054}} - getUserMedia audio can be requested while a call is active, but shouldn't be \ SC | |||
** r+'ed and landed | |||
==Streaming Media== | ==Streaming Media== |
Revision as of 08:48, 14 October 2013
Media
Media Record
- bug 919905 - Media Recording - Refactor encoder architecture to support the video encoder module /rlin
- WIP provided, need feedback
Web Audio
- bug 916135 - Investigate webaudio mochitest timeouts on B2G / JW
- try to disable some test cases to see how they affect timeout.
GetUserMedia
- bug 918054 - getUserMedia audio can be requested while a call is active, but shouldn't be \ SC
- r+'ed and landed
Streaming Media
- bug 911046- WebRTC OmxCodec coding path support / John Lin
- Modify codec code to use latest stagefright MediaCodec API
- decoding successfully - the blocking issue is fixed by modifying stagefright code (similar to bug 911548)
- Fix typo that causes build break when debug flag is on
- Upload latest patches to Github
- Modify codec code to use latest stagefright MediaCodec API
Graphic
- bug 709490 Run WebGL on Web Worker with Off-Main-Thread-Compositing / Morris
- Create an OMT CompositableForward which is used by passing ipc message from workers. (WIP)