Closed
Bug 1170082
Opened 11 years ago
Closed 11 years ago
[Stingray][TVDeck] Attach MediaStream object on video element by using mozSrcObject
Categories
(Firefox OS Graveyard :: Gaia::TV, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: suchiu, Assigned: suchiu)
Details
Attachments
(1 file)
As title, mozSrcObject is a correct way to attach MediaStream object on video element.
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8613402 [details] [review]
[gaia] sean2449:Bug-1170082-mozSrcObject > mozilla-b2g:master
1. Use mozSrcObject instead of src to assign MediaStream object to video element.
2. Remove test case because mozSrcObject must be MediaStream object, which is not able to be constructed in Gaia.
Attachment #8613402 -
Flags: review?(im)
Comment 3•11 years ago
|
||
Comment on attachment 8613402 [details] [review]
[gaia] sean2449:Bug-1170082-mozSrcObject > mozilla-b2g:master
Looks good to me. This is the correct version. I thought that you used src for your mock-up object although you didn't have any mock-up file.
If possible, please test with tv simulator. Thanks.
Attachment #8613402 -
Flags: review?(im) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
Already tested on TV Simulator.
| Assignee | ||
Comment 5•11 years ago
|
||
Gaia-try: https://treeherder.mozilla.org/#/jobs?repo=gaia&revision=cd639f4fabe0f22322f95c10a4ec32186962d8c8
Commit: https://github.com/sean2449/gaia/commit/cd639f4fabe0f22322f95c10a4ec32186962d8c8
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•