Closed
Bug 795197
Opened 13 years ago
Closed 13 years ago
Additional files required to enable video recording
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(blocking-basecamp:+)
RESOLVED
FIXED
blocking-basecamp | + |
People
(Reporter: mikeh, Assigned: mwu)
References
Details
Attachments
(1 file)
17.64 KB,
application/xml
|
Details |
'media_profiles.xml' needs to be added to the gonk build in /etc.
Also, we need to include libOmxVidEnc.so from backup-otoro in /system/lib.
We already have a media_profiles.xml on device
$ adb shell ls /etc/media_profiles.xml
/etc/media_profiles.xml
Are you saying that this file needs to be used instead?
Reporter | ||
Comment 2•13 years ago
|
||
(In reply to Chris Jones [:cjones] [:warhammer] from comment #1)
> We already have a media_profiles.xml on device
>
> $ adb shell ls /etc/media_profiles.xml
> /etc/media_profiles.xml
>
> Are you saying that this file needs to be used instead?
That's correct.
Part 1: https://github.com/mozilla-b2g/android-device-otoro/commit/dc7452f38ce8fdcf697606db9c6c7379f56ae8aa
jgriffin, we need to ensure that the builders have libOmxVidEnc.so available.
Part 2: https://github.com/mozilla-b2g/android-device-otoro/commit/742d72b442f4a1b40683481e9fcb862b5e5e350a
Status: NEW → RESOLVED
blocking-basecamp: --- → +
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•13 years ago
|
||
(In reply to Chris Jones [:cjones] [:warhammer] from comment #3)
> Part 1:
> https://github.com/mozilla-b2g/android-device-otoro/commit/
> dc7452f38ce8fdcf697606db9c6c7379f56ae8aa
>
> jgriffin, we need to ensure that the builders have libOmxVidEnc.so available.
The backup-* directories have a copy of everything so this shouldn't be an issue.
You need to log in
before you can comment on or make changes to this bug.
Description
•