OSDN Git Service

Fixing bug in SurfaceMediaSource_test
authorPannag Sanketi <psanketi@google.com>
Sat, 3 Sep 2011 00:56:35 +0000 (17:56 -0700)
committerPannag Sanketi <psanketi@google.com>
Sat, 3 Sep 2011 00:56:35 +0000 (17:56 -0700)
commit31292d99f62a812af691e67e8e732c6ae582ee08
tree908e6109ab6ae0b6d3bf79f6964aab1005b751d3
parent71b63e3ef687c379368be6b02e70bd2feb0b6b8d
Fixing bug in SurfaceMediaSource_test

The test was making EGL calls once disconnected. Instead of calling
"disconnect" directly on the Surface, and EGL calls should be made to that
effect.

Change-Id: I21468ac8cbc2cb3145a49269e32a884736cd452e
media/libstagefright/tests/SurfaceMediaSource_test.cpp