Confirmed users
565
edits
(3 intermediate revisions by 3 users not shown) | |||
Line 58: | Line 58: | ||
** fb? | ** fb? | ||
** Study others platform parsing rule, sync to b2g platform | ** Study others platform parsing rule, sync to b2g platform | ||
** Found possible race condition between readMetaData & NotifyDataAvailable function. | ** Found possible race condition between readMetaData & NotifyDataAvailable function, would have another bug to fix that. | ||
*{{Bug|1044772}} - [B2G] OmxDecoder::ProcessCachedData would go through the whole mp3 when try to get the duration. | *{{Bug|1044772}} - [B2G] OmxDecoder::ProcessCachedData would go through the whole mp3 when try to get the duration. | ||
Line 71: | Line 71: | ||
===John Lin=== | ===John Lin=== | ||
* {{Bug|968109}} [MediaRecorder] Support recording media stream from OfflineAudioContext | |||
** WIP - simple prototyping app to identify what needs to be done to support audio cropping | |||
** WIP - experimental MediaRecorder(AudioDestinationNode) implementation | |||
* {{Bug|1000527}} Running mach clang-format results in filterdiff crashing immediately | |||
** investigate filterdiff crash and contribute the fix to patchutils project | |||
===JW Wang=== | ===JW Wang=== | ||
*{{Bug|1037597}} - Intermittent test_seek.html | application crashed [@ mozilla::AudioSink::Drain()] after "Assertion failure: mPlaying && !mAudioStream->IsPaused()" | *{{Bug|1037597}} - Intermittent test_seek.html | application crashed [@ mozilla::AudioSink::Drain()] after "Assertion failure: mPlaying && !mAudioStream->IsPaused()" | ||
Line 77: | Line 83: | ||
*{{Bug|1042884}} - Intermittent browser_audionode-actor-get-params-01.js | application crashed [@ mozilla::AudioStream::DataCallback(void *,long)] after "Assertion failure: mState != SHUTDOWN (No data callback after shutdown)" | *{{Bug|1042884}} - Intermittent browser_audionode-actor-get-params-01.js | application crashed [@ mozilla::AudioStream::DataCallback(void *,long)] after "Assertion failure: mState != SHUTDOWN (No data callback after shutdown)" | ||
** land | ** land | ||
*{{Bug|1034957}} - Media Decode thread seems to hang | |||
** r+ | |||
===Benjamin Chen=== | ===Benjamin Chen=== | ||
Line 96: | Line 105: | ||
===Steven Lee=== | ===Steven Lee=== | ||
* {{Bug|1044963}} - IsHeadphoneEventFromInputDev should not call InitializeResourceIfNeed directly from main thread | |||
** File | |||
* trace emulator cannot boot correctly | |||
** some jobs are executed from wrong thread | |||
* status checking | |||
* {{Bug|1022453}} - [META] re-enable failed media test case | |||
** Try to pick some bugs to solve |