Closed
Bug 1239893
Opened 9 years ago
Closed 9 years ago
Add gonk SidebandStream handling to DOMHwMediaStream
Categories
(Core :: Audio/Video: MediaStreamGraph, defect, P2)
Core
Audio/Video: MediaStreamGraph
Tracking
()
RESOLVED
FIXED
mozilla47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file, 2 obsolete files)
7.71 KB,
patch
|
sotaro
:
review+
|
Details | Diff | Splinter Review |
Gonk SidebandStream handling is not yet added to DOMHwMediaStream.
Assignee | ||
Comment 1•9 years ago
|
||
DOMHwMediaStream has DOMHwMediaStream::SetOverlayId(int32_t aOverlayId). Similar function is necessary to support gonk sideband stream.
https://dxr.mozilla.org/mozilla-central/source/dom/media/DOMMediaStream.cpp#1156
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8709296 -
Flags: review?(roc)
Updated•9 years ago
|
Rank: 27
Priority: -- → P2
Comment on attachment 8709296 [details] [diff] [review]
patch - Add gonk SidebandStream handling to DOMHwMediaStream
Review of attachment 8709296 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/media/DOMMediaStream.cpp
@@ +1147,5 @@
> + // Clear the old segment.
> + // Changing the existing content of segment is a Very BAD thing, and this way will
> + // confuse consumers of MediaStreams.
> + // It is only acceptable for DOMHwMediaStream
> + // because DOMHwMediaStream doesn't have consumers of TV streams currently.
Bug 1201363 will make this fixable in a principled way.
Attachment #8709296 -
Flags: review?(roc) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Update the comment. Carry "r=roc".
Attachment #8709296 -
Attachment is obsolete: true
Attachment #8712033 -
Flags: review+
Assignee | ||
Comment 5•9 years ago
|
||
Assignee | ||
Comment 6•9 years ago
|
||
Fix build failure.
Attachment #8712033 -
Attachment is obsolete: true
Attachment #8712043 -
Flags: review+
Assignee | ||
Comment 7•9 years ago
|
||
Comment 9•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•