Closed
Bug 902197
Opened 11 years ago
Closed 11 years ago
MediaRecorder creates two MediaStreams with the same DOMMediaStream wrapper
Categories
(Core :: Audio/Video: Recording, defect)
Core
Audio/Video: Recording
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: roc, Assigned: roc)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
(deleted),
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
The MediaRecorder feeds its input stream into an internal TrackUnionStream. That internal stream is given the same DOMMediaStream as the input stream, which is very wrong and causes problems when tearing down DOMMediaStreams.
Attachment #786539 -
Flags: review?(ehsan)
Updated•11 years ago
|
Blocks: MediaRecording
Updated•11 years ago
|
Attachment #786539 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Updated•11 years ago
|
Whiteboard: [qa-]
Assignee | ||
Comment 4•11 years ago
|
||
Updated•11 years ago
|
status-firefox25:
--- → fixed
status-firefox26:
--- → fixed
Updated•11 years ago
|
Component: Video/Audio → Video/Audio: Recording
Updated•11 years ago
|
No longer blocks: MediaRecording
You need to log in
before you can comment on or make changes to this bug.
Description
•