Closed
Bug 1846590
Opened 1 year ago
Closed 1 year ago
move mozilla-specific SetCaptureAndroidVM declaration from libwebrtc file to our VideoEngine.cpp
Categories
(Core :: WebRTC, task, P2)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
118 Branch
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: mjf, Assigned: mjf)
Details
Attachments
(1 file)
SetCaptureAndroidVM is called from VideoEngine::SetAndroidObjects and defined in video_capture_android.cc so we don't need the declaration in a libwebrtc file. This will remove an unnecessary change from our libwebrtc patch-stack.
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → mfroman
Severity: -- → S3
Priority: -- → P2
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Attachment #9346768 -
Attachment description: Bug 1846590 - remove SetCaptureAndroidVM declaration from libwebrtc video_capture.h to our VideoEngine.cpp r?ng! → Bug 1846590 - move SetCaptureAndroidVM declaration from libwebrtc video_capture.h to our VideoEngine.cpp r?ng!
Assignee | ||
Comment 2•1 year ago
|
||
Pushed by mfroman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0b9ef0f6bf04
move SetCaptureAndroidVM declaration from libwebrtc video_capture.h to our VideoEngine.cpp r=ng,webrtc-reviewers
Comment 4•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox118:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•