TPEPlatform/2013-09-26: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 10: Line 10:


==Streaming Media==
==Streaming Media==
'''WebRTC'''
* {{Bug|910661}} - application crashed [@ mozilla::layers::BasicTiledLayerTile::OpenDescriptor(mozilla::layers::ISurfaceAllocator*, mozilla::layers::TileDescriptor const&)] \ SC
** provided back trace for the crash on bug.
** experimenting with turning off OMTC on Fennec.


==Graphic ==
==Graphic ==

Revision as of 03:13, 26 September 2013

Media

GetUserMedia

  • bug 918523 - getUserMedia audio streams will be released after a period of time while running in a background app \ SC
    • Enqueue for rec_queue is invoked by opensles callback. We cannot refill rec_queue while rec_queue is empty since no opensles callback will be invoked at that time.
    • Discard latest audio frame before draining rec_queue can resolve this problem.
    • submitted WIP and waiting for @jesup's feedback.
  • bug 919149 Recording icon doesn't disappear if app is killed from card view \ SC
    • content process is directly killed without proper shutdown, therefore, no recording stop event will be sent to Gaia
    • preparing WIP patch

Streaming Media

WebRTC

  • bug 910661 - application crashed [@ mozilla::layers::BasicTiledLayerTile::OpenDescriptor(mozilla::layers::ISurfaceAllocator*, mozilla::layers::TileDescriptor const&)] \ SC
    • provided back trace for the crash on bug.
    • experimenting with turning off OMTC on Fennec.

Graphic

Stability

Free Agent

OTA

  • bug 858188 - FOTA updates fail to apply when downloaded to the sdcard (regression) \ SC
    • discussing the correct mount point of sdcard in recovery mode for otoro/unagi/hamachi with @kli, @dhyland, and @mwu
    • reviewing @dhyland's patch for librecovery.

Study