diff options
author | Eino-Ville Talvala <etalvala@google.com> | 2011-10-06 12:36:03 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-10-06 12:36:03 -0700 |
commit | d5bc2383782a06ef824856ea5712ca64f138d5fc (patch) | |
tree | 8525371f1334a6510293ce55d7cf5af369671798 /res/raw | |
parent | 773388257b4ade20f21449b3c9d1945067a8c03f (diff) | |
parent | 2c2550bd42c614330a3c968bda005ac23d12f8d1 (diff) | |
download | LegacyCamera-d5bc2383782a06ef824856ea5712ca64f138d5fc.zip LegacyCamera-d5bc2383782a06ef824856ea5712ca64f138d5fc.tar.gz LegacyCamera-d5bc2383782a06ef824856ea5712ca64f138d5fc.tar.bz2 |
Merge "Properly mirror video for front camera effects recording."
Diffstat (limited to 'res/raw')
-rw-r--r-- | res/raw/backdropper.graph | 3 | ||||
-rw-r--r-- | res/raw/goofy_face.graph | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/res/raw/backdropper.graph b/res/raw/backdropper.graph index 25c86e6..6a3f641 100644 --- a/res/raw/backdropper.graph +++ b/res/raw/backdropper.graph @@ -75,7 +75,8 @@ audioSource = $audioSource; recordingProfile = $recordingProfile; recording = false; - // outputFile, orientationHint, listeners will be set when recording starts + // outputFile, orientationHint, inputRegion, listeners + // will be set when recording starts } // Connections ----------------------------------------------- diff --git a/res/raw/goofy_face.graph b/res/raw/goofy_face.graph index 430c811..fe2c5d9 100644 --- a/res/raw/goofy_face.graph +++ b/res/raw/goofy_face.graph @@ -99,7 +99,8 @@ audioSource = $audioSource; recordingProfile = $recordingProfile; recording = false; - // outputFile, orientationHint, listeners will be set when recording starts + // outputFile, orientationHint, inputRegion, listeners + // will be set when recording starts } // Connections ----------------------------------------------- |