Closed
Bug 971664
Opened 12 years ago
Closed 12 years ago
MediaRecorder - Should assert for the threadsafety issue (follow-up bug 957439)
Categories
(Core :: Audio/Video: Recording, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: shelly, Assigned: shelly)
Details
Attachments
(1 file, 1 obsolete file)
1.20 KB,
patch
|
shelly
:
review+
|
Details | Diff | Splinter Review |
Please see bug 957439, comment 31
(Thanks for pointing this out Kyle!)
Assertions are for illegal usages.
The nit fix should be:
MOZ_ASSERT(NS_IsMainThread());
NS_ENSURE_TRUE(mTrackUnionStream, NS_ERROR_FAILURE);
![]() |
||
Updated•12 years ago
|
Blocks: MediaRecording
Assignee | ||
Comment 1•12 years ago
|
||
Hi Kyle, would you mind reviewing the fix :)?
Attachment #8378018 -
Flags: review?(khuey)
Assignee: nobody → slin
Comment on attachment 8378018 [details] [diff] [review]
Should assert for threadsafety issue in Pause/Resume
Review of attachment 8378018 [details] [diff] [review]:
-----------------------------------------------------------------
r=me
ty!
Attachment #8378018 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Thank you!
Carry r+ from :khuey.
Try result:
https://tbpl.mozilla.org/?tree=Try&rev=facbc890e6dc
Attachment #8378018 -
Attachment is obsolete: true
Attachment #8378057 -
Flags: review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 4•12 years ago
|
||
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Updated•12 years ago
|
Component: Video/Audio → Video/Audio: Recording
![]() |
||
Updated•12 years ago
|
No longer blocks: MediaRecording
You need to log in
before you can comment on or make changes to this bug.
Description
•