aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDivya Narayanan Poojary <dnaray@codeaurora.org>2016-08-18 16:21:56 +0530
committerRygebin <kaankulahli@gmail.com>2017-02-02 20:16:40 +0000
commita3fe297af3cb6177f4dbaf5fd7bb11ab6feaddeb (patch)
tree9607e4b792ef13df3183718d756e9d84cbdb0410
parentb934129c0f3e64b3965f93359e8e2740bcc7f13e (diff)
audio: remove startOffsetMs from media_profile
Remove startOffsetMs from media_profile to avoid capturing the video record tone while recording the video with CamCorder Change-Id: Iea0fc11e0d9800efbf6dfb17361b70ccf750aab9
-rw-r--r--configs/media_profiles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/media_profiles.xml b/configs/media_profiles.xml
index 13fc3aa..16baee6 100644
--- a/configs/media_profiles.xml
+++ b/configs/media_profiles.xml
@@ -83,7 +83,7 @@
<MediaSettings>
<!-- Each camcorder profile defines a set of predefined configuration parameters -->
<!-- Back Camera -->
- <CamcorderProfiles cameraId="0" startOffsetMs="500">
+ <CamcorderProfiles cameraId="0">
<EncoderProfile quality="low" fileFormat="mp4" duration="60">
<Video codec="h264"
@@ -310,7 +310,7 @@
</CamcorderProfiles>
<!-- Front Camera -->
- <CamcorderProfiles cameraId="1" startOffsetMs="500">
+ <CamcorderProfiles cameraId="1">
<EncoderProfile quality="low" fileFormat="mp4" duration="60">
<Video codec="h264"