Closed
Bug 1746735
Opened 3 years ago
Closed 3 years ago
Set a real PrincipalHandle to DeviceInputTrack's data
Categories
(Core :: Audio/Video: MediaStreamGraph, enhancement, P1)
Core
Audio/Video: MediaStreamGraph
Tracking
()
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: chunmin, Assigned: chunmin)
References
Details
Attachments
(2 files)
Now the audio data in NativeInputTrack
is PRINCIPAL_HANDLE_NONE
. It's better to use a real principal there. The discussion is originally from https://phabricator.services.mozilla.com/D122513?id=510224#inline-724627
Assignee | ||
Comment 1•3 years ago
|
||
Give a default PrincipalHandle for all the audio data in
DeviceInputTrack
Depends on D122513
Assignee | ||
Comment 2•3 years ago
|
||
Add a simple test checking the data in NativeInputTrack
Depends on D131871
Pushed by cchang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0defad64aa8c
Set a default PrincipalHandle to DeviceInputTrack r=pehrsons
https://hg.mozilla.org/integration/autoland/rev/ce47ede20b16
Add test for NativeInputTrack r=pehrsons
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0defad64aa8c
https://hg.mozilla.org/mozilla-central/rev/ce47ede20b16
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•