Closed
Bug 1173248
Opened 10 years ago
Closed 10 years ago
Remove the workaround introduced to MDSM by bug 951278
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
References
Details
Attachments
(1 file)
1.46 KB,
patch
|
cpearce
:
review+
|
Details | Diff | Splinter Review |
https://hg.mozilla.org/mozilla-central/diff/116406daf772/content/media/MediaDecoderStateMachine.cpp
The change to MDSM is a workaround to avoid genlock_lock_buffer error on Unagi.
https://bugzilla.mozilla.org/show_bug.cgi?id=951278#c16
The genlock_lock_buffer error happened on Unagi only. I think we can now remove the workaround since MediaDecoderStateMachine::RenderVideoFrame() checks to ensure duplicated and invalid frames are not rendered.
Assignee | ||
Comment 1•10 years ago
|
||
Try looks green. https://treeherder.mozilla.org/#/jobs?repo=try&revision=d94d06d17deb
Assignee | ||
Comment 2•10 years ago
|
||
I did a simple RTSP test on flame-kk which worked fine. We should remove such workarounds which obscure the code.
Updated•10 years ago
|
Attachment #8620849 -
Flags: review?(cpearce) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Thanks for the review.
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•