Closed
Bug 933552
Opened 12 years ago
Closed 12 years ago
Enable audio/mpeg format with MediaSource
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: kinetik, Assigned: kinetik)
References
Details
Attachments
(1 file, 1 obsolete file)
1.12 KB,
patch
|
Details | Diff | Splinter Review |
Allowing the MIME type audio/mpeg will enable use of MediaSource with MP3 for the currently implemented functionality. Additional work (including stream parsers) will be needed; that can all hang off of bug 932516.
Assignee | ||
Updated•12 years ago
|
QA Contact: kinetik
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → kinetik
QA Contact: kinetik
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #825642 -
Flags: review?(chris.double)
Comment 2•12 years ago
|
||
Comment on attachment 825642 [details] [diff] [review]
bug933552_v0.patch
Review of attachment 825642 [details] [diff] [review]:
-----------------------------------------------------------------
::: content/media/mediasource/MediaSource.cpp
@@ +327,5 @@
> "video/webm",
> "audio/webm",
> "video/mp4",
> "audio/mp4",
> + "audio/mpeg"
Needs a comma at the end of the line
Attachment #825642 -
Flags: review?(chris.double) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
You need to log in
before you can comment on or make changes to this bug.
Description
•