Android VideoRendererGui: Add dispose function

There is currently no way to dispose VideoRendererGui or VideoRendererGui.YuvImageRenderer. This CL adds functions to do so.

BUG=webrtc:4892

Review URL: https://codereview.webrtc.org/1273803002

Cr-Commit-Position: refs/heads/master@{#9710}
This commit is contained in:
magjed
2015-08-14 03:13:05 -07:00
committed by Commit bot
parent af5c035e43
commit d5031fcf92
3 changed files with 104 additions and 54 deletions

View File

@ -279,6 +279,7 @@ public class CallActivity extends Activity
logToast.cancel();
}
activityRunning = false;
VideoRendererGui.dispose();
}
// CallFragment.OnCallEvents interface implementation.