Closed
Bug 810137
Opened 13 years ago
Closed 13 years ago
remove video formats that we do not support
Categories
(Core :: DOM: Device Interfaces, defect)
Core
DOM: Device Interfaces
Tracking
()
People
(Reporter: dougt, Assigned: dougt)
References
Details
Attachments
(1 file, 1 obsolete file)
|
2.30 KB,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
videos=*.avi; *.divx; *.flv; *.m4v; *.mkv; *.mov; *.mp4; *.mpeg; *.mpg; *.ogm; *.ogv; *.ogx; *.rm; *.rmvb; *.smil; *.webm; *.wmv; *.xvid; *.3gp; *.ogg;
| Assignee | ||
Updated•13 years ago
|
blocking-basecamp: --- → ?
| Assignee | ||
Comment 1•13 years ago
|
||
roc,
above is the list of file extensions that device storage will return to the video application as *possible* video files. I am sure this list isn't correct.
Can you help edit this list?
Comment 2•13 years ago
|
||
Paul, maybe you can help?
Comment 3•13 years ago
|
||
All those are certainly movies of some sort, but we currently support (i.e. can render):
*.mp4; *.mpeg; *.mpg; *.ogv; *.ogx; *.webm; *.3gp; *.ogg;
on a b2g device.
*.mkv can maybe be played (The webm container is a subset of the matroska container), but we can't guarantee the media will be playable.
Comment 4•13 years ago
|
||
Actually, I'm not sure we can render 3gp on the Otoro, someone should check.
We can. It's the format output by the video recorder.
| Assignee | ||
Comment 6•13 years ago
|
||
first cut at improving the video list.
Assignee: nobody → doug.turner
Attachment #680138 -
Flags: review?(paul)
Updated•13 years ago
|
Attachment #680138 -
Flags: review?(paul) → review+
| Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 7•13 years ago
|
||
Flags: in-testsuite-
Keywords: checkin-needed
Comment 8•13 years ago
|
||
Backed out for test failures. Looks like test_app_permissions.html needs updating.
https://hg.mozilla.org/integration/mozilla-inbound/rev/073c95d208a8
3803 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/chrome/dom/devicestorage/test/test_app_permissions.html | onfailure was called for type videos Error: TypeMismatchError - didn't expect true, but got it
3804 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/chrome/dom/devicestorage/test/test_app_permissions.html | onerror should fire a SecurityError - got TypeMismatchError, expected SecurityError
3816 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/chrome/dom/devicestorage/test/test_app_permissions.html | onfailure was called for type videos Error: TypeMismatchError - didn't expect true, but got it
3817 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/chrome/dom/devicestorage/test/test_app_permissions.html | onerror should fire a SecurityError - got TypeMismatchError, expected SecurityError
3832 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/chrome/dom/devicestorage/test/test_app_permissions.html | onerror should fire a SecurityError - got TypeMismatchError, expected SecurityError
| Assignee | ||
Comment 9•13 years ago
|
||
ogm shoudl have been ogv in the tests.
| Assignee | ||
Comment 10•13 years ago
|
||
patch w/ corrected tests.
Attachment #680138 -
Attachment is obsolete: true
Attachment #680537 -
Flags: review+
| Assignee | ||
Comment 11•13 years ago
|
||
blocking-basecamp: ? → +
Comment 12•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
| Assignee | ||
Comment 13•13 years ago
|
||
status-firefox18:
--- → fixed
status-firefox19:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•