summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/PreviewPlayer.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-02-14 17:11:27 -0800
committerMathias Agopian <mathias@google.com>2013-02-15 12:47:35 -0800
commitb1e7cd156ca3e1747374e0d20cdd1ce467210453 (patch)
tree557f25ff5a0477f0cf0f89d4c21b0291371f09a2 /libvideoeditor/lvpp/PreviewPlayer.cpp
parent62ad9071cd61fc56355d3c2d25895382003ea362 (diff)
downloadframeworks_av-b1e7cd156ca3e1747374e0d20cdd1ce467210453.zip
frameworks_av-b1e7cd156ca3e1747374e0d20cdd1ce467210453.tar.gz
frameworks_av-b1e7cd156ca3e1747374e0d20cdd1ce467210453.tar.bz2
Refactoring: Rename SurfaceTextureClient to Surface
Change-Id: I4e8a8b20914cb64edc37abe68233fbc9f2b5d830
Diffstat (limited to 'libvideoeditor/lvpp/PreviewPlayer.cpp')
-rwxr-xr-xlibvideoeditor/lvpp/PreviewPlayer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvideoeditor/lvpp/PreviewPlayer.cpp b/libvideoeditor/lvpp/PreviewPlayer.cpp
index 754c5a9..2bd9f84 100755
--- a/libvideoeditor/lvpp/PreviewPlayer.cpp
+++ b/libvideoeditor/lvpp/PreviewPlayer.cpp
@@ -32,7 +32,7 @@
#include <media/stagefright/foundation/ADebug.h>
#include <gui/Surface.h>
#include <gui/IGraphicBufferProducer.h>
-#include <gui/SurfaceTextureClient.h>
+#include <gui/Surface.h>
#include "VideoEditorPreviewController.h"
#include "DummyAudioSource.h"
@@ -1780,7 +1780,7 @@ void PreviewPlayer::setSurfaceTexture(const sp<IGraphicBufferProducer> &bufferPr
mSurface.clear();
if (bufferProducer != NULL) {
- setNativeWindow_l(new SurfaceTextureClient(bufferProducer));
+ setNativeWindow_l(new Surface(bufferProducer));
}
}