commit | 1ee60119c4fa51ebfa781cf5fdc33f192e8551b8 | [log] [tgz] |
---|---|---|
author | Ted Bonkenburg <tedbo@google.com> | Tue Jul 26 09:51:18 2011 -0700 |
committer | Ted Bonkenburg <tedbo@google.com> | Thu Aug 11 19:58:25 2011 -0700 |
tree | 2fb0ce22107a1d3f0c73f3bd5d63a877f5a16d44 | |
parent | 61bb11cfa03abc345f27ec14f63929b6f600edff [diff] |
Remove ParcelSurfaceTexture and update MediaPlayer This removes the ParcelSurfaceTexture class since that functionality has been folded into Surface.java. The change also updates the MediaPlayer to get rid of setParcelSurfaceTexture() and modifies setTexture() to use the new Surface functionality in order to simplify the code. Change-Id: Iafa75ea3188263928128325d8a726786971b4de4