Closed
Bug 866543
Opened 12 years ago
Closed 7 years ago
Should we reduce media.video-queue.default-size in Fennec?
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: cpearce, Unassigned)
Details
media.video-queue.default-size is set to 10 in all.js.
media.video-queue.default-size is set to 3 in b2g.js.
media.video-queue.default-size is *not* set in mobile.js, so on android we're using the default of 10.
We read and store media.video-queue.default-size here:
http://mxr.mozilla.org/mozilla-central/source/content/media/MediaDecoderStateMachine.cpp#411
But the comments in that code seems to imply that Android should have a low media.video-queue.default-size (i.e. 3).
Chris Double: Should we lower media.video-queue.default-size on Android? It *may* help with crashyness.
Flags: needinfo?(chris.double)
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 2•7 years ago
|
||
Mass closing do to inactivity.
Feel free to re-open if still needed.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•