After setting mipmap, created the FrameBuffer without the GL10 param and calling
Code Select
mGLView.setEGLContextClientVersion(2);
now I see a black texture rather than the video, but no errors... also added synchronization when updating the texture but still nothing. I feel I'm near!