From af0351f930459098d98792d569b1436c43c536d8 Mon Sep 17 00:00:00 2001 From: Jamie Gennis Date: Wed, 12 Dec 2012 12:08:51 -0800 Subject: Revert "stop using a deprecated SurfaceTextureClient ctor" This reverts commit aef79b0676d8f0ee8ef637ec8be5ba73225b038d Change-Id: I5f6cf4d6d5dc895a9426f212dfc8a25b4bf2d23a --- cmds/stagefright/stagefright.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds') 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 texture = new SurfaceTexture(0 /* tex */); - gSurface = new SurfaceTextureClient(texture->getBufferQueue()); + gSurface = new SurfaceTextureClient(texture); } CHECK_EQ((status_t)OK, -- cgit v1.1