Closed
Bug 1350973
Opened 8 years ago
Closed 6 years ago
Implement new attributes MediaStreamAudioSourceNode and MediaElementAudioSourceNode
Categories
(Core :: Web Audio, enhancement, P3)
Core
Web Audio
Tracking
()
RESOLVED
FIXED
mozilla70
People
(Reporter: padenot, Assigned: padenot, Mentored)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file, 1 obsolete file)
Those new attributes are for convenience: they let you access the HTMLMediaElement and the MediaStream that was passed during the construction of the node.
See https://github.com/WebAudio/web-audio-api/pull/1179, there is still some bike-shedding on the name.
Assignee | ||
Updated•8 years ago
|
Priority: -- → P2
Assignee | ||
Updated•8 years ago
|
Summary: Impement new attributes MediaStreamAudioSourceNode and MediaElementAudioSourceNode → Implement new attributes MediaStreamAudioSourceNode and MediaElementAudioSourceNode
Comment 1•8 years ago
|
||
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Comment 2•7 years ago
|
||
New attributes finally named mediaStearm and mediaElement in the spec. https://github.com/WebAudio/web-audio-api/commit/13e65f9651614034cd6b3e3a7ece36ebe4ccee2b
I'm on the implementation of these attributes on the source code.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → maxime.langlade
Updated•7 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: maxime.langlade → padenot
Pushed by padenot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e79a64fc49e7
Implement new attributes MediaStreamAudioSourceNode.mediaStream and MediaElementAudioSourceNode.mediaElement. r=baku
Assignee | ||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Backed out 3 changesets (Bug 1324552, Bug 1324545, Bug 1350973) for causing perma mda leakcheck failures CLOSED TREE
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=255952599&repo=autoland&lineNumber=10258
Flags: needinfo?(padenot)
Updated•6 years ago
|
Attachment #9077415 -
Attachment is obsolete: true
Pushed by padenot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b94a7e373671
Implement new attributes MediaStreamAudioSourceNode.mediaStream and MediaElementAudioSourceNode.mediaElement. r=baku
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(padenot)
Comment 8•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Updated•5 years ago
|
Comment 9•5 years ago
|
||
Docs for these completed; see https://github.com/mdn/sprints/issues/2124#issuecomment-549912801 for the full details.
Let me know if these look OK. Thanks!
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•