summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2012-12-18 09:50:14 -0800
committerAndy McFadden <fadden@android.com>2012-12-18 11:18:43 -0800
commite21f91df7afb1175ddb5b0045ebb0d5338df2535 (patch)
tree981a6ee8c2d35581ea89e503ad3044243440c448 /tests
parentb42e943393b119b42b8fdca29be067800c35c78e (diff)
downloadandroid_frameworks_wilhelm-e21f91df7afb1175ddb5b0045ebb0d5338df2535.tar.gz
android_frameworks_wilhelm-e21f91df7afb1175ddb5b0045ebb0d5338df2535.tar.bz2
android_frameworks_wilhelm-e21f91df7afb1175ddb5b0045ebb0d5338df2535.zip
Rename ISurfaceTexture and SurfaceTexture
The C++ class names don't match what the classes do, so rename ISurfaceTexture to IGraphicBufferProducer, and SurfaceTexture to GLConsumer. Bug 7736700 Change-Id: I54f19904e325518a3af8fe23c018d3c0bb6bd807
Diffstat (limited to 'tests')
-rw-r--r--tests/native-media/jni/native-media-jni.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/native-media/jni/native-media-jni.c b/tests/native-media/jni/native-media-jni.c
index 6d7ec28..044e51a 100644
--- a/tests/native-media/jni/native-media-jni.c
+++ b/tests/native-media/jni/native-media-jni.c
@@ -366,7 +366,7 @@ jboolean Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer(JNI
// configure image video sink
XADataLocator_NativeDisplay loc_nd = {
XA_DATALOCATOR_NATIVEDISPLAY, // locatorType
- // the video sink must be an ANativeWindow created from a Surface or SurfaceTexture
+ // the video sink must be an ANativeWindow created from a Surface or SurfaceTextureClient
(void*)theNativeWindow, // hWindow
// must be NULL
NULL // hDisplay