Skip to content

Commit

Permalink
aries-common: remove qcif video encoder from rear camera's profile
Browse files Browse the repository at this point in the history
This is not a valid profile for the ce147, and causes a crash when
selecting "Capture video" from the MMS app's attachment option due
to the app selecting the lowest "supported" video resolution.

Change-Id: I5025e7729690900952ed5bdbcdc625b08784e199
  • Loading branch information
jt1134 authored and Gerrit Code Review committed Feb 2, 2013
1 parent 0c5e4d5 commit eeae877
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions media_profiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,20 +115,6 @@
channels="1" />
</EncoderProfile>

<EncoderProfile quality="qcif" fileFormat="3gp" duration="30">
<Video codec="h264"
bitRate="256000"
width="176"
height="144"
frameRate="30" />

<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />

</EncoderProfile>

<EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="10000000"
Expand Down Expand Up @@ -157,19 +143,6 @@
channels="1" />
</EncoderProfile>

<EncoderProfile quality="timelapseqcif" fileFormat="3gp" duration="30">
<Video codec="h264"
bitRate="256000"
width="176"
height="144"
frameRate="30" />
<!-- Audio settings are not used for timealpse video recording -->
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>

<ImageEncoding quality="90" />
<ImageEncoding quality="80" />
<ImageEncoding quality="70" />
Expand Down

0 comments on commit eeae877

Please sign in to comment.