Closed
Bug 959501
Opened 11 years ago
Closed 11 years ago
[Media Encoder] Add preferences for video encoder
Categories
(Core :: Audio/Video: Recording, defect)
Core
Audio/Video: Recording
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: rlin, Assigned: rlin)
Details
Attachments
(1 file, 2 obsolete files)
4.55 KB,
patch
|
Details | Diff | Splinter Review |
The video recording is a new support feature,
IHMO to have preference to disable this by default.
And make it default on if we catch as much bugs as we can.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → rlin
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8359641 -
Flags: review?(roc)
Comment on attachment 8359641 [details] [diff] [review]
patch v1
Review of attachment 8359641 [details] [diff] [review]:
-----------------------------------------------------------------
::: modules/libpref/src/init/all.js
@@ +275,5 @@
> +#ifdef MOZ_WEBM_ENCODER
> +pref("media.encoder.webm.enabled", false);
> +#endif
> +#ifdef MOZ_OMX_ENCODER
> +pref("media.encoder.omx.enabled", false);
I think these should be true by default.
Attachment #8359641 -
Flags: review?(roc) → review-
Assignee | ||
Comment 3•11 years ago
|
||
OK. Let's rocks.
Attachment #8359641 -
Attachment is obsolete: true
Attachment #8359666 -
Flags: review?(roc)
Attachment #8359666 -
Flags: review?(roc) → review+
Comment 4•11 years ago
|
||
http://dxr.mozilla.org/mozilla-central/source/content/media/encoder/MediaEncoder.cpp#123
Because the source video of test case is not .ogg and neither the track type contains ContainerWriter::HAS_AUDIO.
Comment 5•11 years ago
|
||
I meant to comment in Bug 957439................
Assignee | ||
Comment 6•11 years ago
|
||
check-in patch, try result
https://tbpl.mozilla.org/?tree=Try&rev=2955d95c507a
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Updated•11 years ago
|
Attachment #8359666 -
Attachment is obsolete: true
Comment 7•11 years ago
|
||
Keywords: checkin-needed
Comment 8•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Updated•11 years ago
|
Component: Video/Audio → Video/Audio: Recording
You need to log in
before you can comment on or make changes to this bug.
Description
•