merge in jb-release history after reset to master
diff --git a/mca/filterfw/native/core/gl_env.cpp b/mca/filterfw/native/core/gl_env.cpp
index b72605c..e21fb78 100644
--- a/mca/filterfw/native/core/gl_env.cpp
+++ b/mca/filterfw/native/core/gl_env.cpp
@@ -160,8 +160,8 @@
}
// Create dummy surface using a SurfaceTexture
- sp<SurfaceTexture> st = new SurfaceTexture(0, false);
- window_ = new SurfaceTextureClient(st);
+ sp<ISurfaceTexture> bq = new BufferQueue(false);
+ window_ = new SurfaceTextureClient(bq);
surfaces_[0] = SurfaceWindowPair(eglCreateWindowSurface(display(), config, window_.get(), NULL), NULL);
if (CheckEGLError("eglCreateWindowSurface")) return false;