Closed
Bug 1571568
Opened 6 years ago
Closed 6 years ago
Make ShemPool work on --disable-webrtc builds for use in RDD
Categories
(Core :: Audio/Video: Playback, enhancement, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: mjf, Assigned: mjf)
References
Details
Attachments
(1 file)
Because we want to use ShmemPool in RDD classes, it needs to build during --disable-webrtc builds.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mfroman
Priority: -- → P2
Assignee | ||
Comment 1•6 years ago
|
||
- ShmemPool.cpp is now built for --disable-webrtc builds.
- ShmemPool no longer uses the gCamerasParentLog logger, it
uses its own logger. - ShmemPool log macros were updated with a SHMEMPOOL_ prefix
to avoid undef-ing other log macros.
Pushed by mfroman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b1bb3935f107
Update ShmemPool to work in builds with --disable-webrtc. r=ng
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•