Closed
Bug 1465299
Opened 8 years ago
Closed 8 years ago
Update AudioIPC defaults in CubebUtils.cpp to match actual defaults in all.js
Categories
(Core :: Audio/Video: cubeb, defect, P2)
Core
Audio/Video: cubeb
Tracking
()
RESOLVED
FIXED
mozilla62
| Tracking | Status | |
|---|---|---|
| firefox62 | --- | fixed |
People
(Reporter: kinetik, Assigned: kinetik)
Details
Attachments
(1 file)
Bug 1446233 landed the prefs with media.audioipc.pool_size == 2 in all.js but AUDIOIPC_POOL_SIZE_DEFAULT == 1 in CubebUtils.cpp.
Bug 1456115 adjusted media.audioipc.stack_size from 64kB to 256kB in all.js but didn't update AUDIOIPC_STACK_SIZE_DEFAULT in CubebUtils.cpp.
It's slightly less confusing if the defaults match all.js, so let's synchronize the values between the two locations.
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8981743 [details]
Bug 1465299 - Update AudioIPC pref defaults in CubebUtils.cpp to match actual defaults in all.js.
https://reviewboard.mozilla.org/r/247832/#review253992
Attachment #8981743 -
Flags: review?(padenot) → review+
Pushed by mgregan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b0c5d0ce10d3
Update AudioIPC pref defaults in CubebUtils.cpp to match actual defaults in all.js. r=padenot
Updated•8 years ago
|
Rank: 19
Priority: -- → P2
Comment 4•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•