diff options
| author | Jamie Gennis <jgennis@google.com> | 2012-12-12 12:09:09 -0800 | 
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-12-12 12:09:09 -0800 | 
| commit | dbd405dae1e2d2f88e529cc0d1fbdb0a676c4d7a (patch) | |
| tree | edaf2184d449ddc81f107bead79ae6fb09ca49c8 /cmds/stagefright | |
| parent | 6a15305283e837b27adc60b587317f581524b1bc (diff) | |
| parent | af0351f930459098d98792d569b1436c43c536d8 (diff) | |
| download | frameworks_av-dbd405dae1e2d2f88e529cc0d1fbdb0a676c4d7a.zip frameworks_av-dbd405dae1e2d2f88e529cc0d1fbdb0a676c4d7a.tar.gz frameworks_av-dbd405dae1e2d2f88e529cc0d1fbdb0a676c4d7a.tar.bz2  | |
Merge "Revert "stop using a deprecated SurfaceTextureClient ctor""
Diffstat (limited to 'cmds/stagefright')
| -rw-r--r-- | cmds/stagefright/stagefright.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/stagefright/stagefright.cpp b/cmds/stagefright/stagefright.cpp index 148b66e..1e0e7f8 100644 --- a/cmds/stagefright/stagefright.cpp +++ b/cmds/stagefright/stagefright.cpp @@ -941,7 +941,7 @@ int main(int argc, char **argv) {              CHECK(useSurfaceTexAlloc);              sp<SurfaceTexture> texture = new SurfaceTexture(0 /* tex */); -            gSurface = new SurfaceTextureClient(texture->getBufferQueue()); +            gSurface = new SurfaceTextureClient(texture);          }          CHECK_EQ((status_t)OK,  | 
