| Index: talk/app/webrtc/java/src/org/webrtc/PeerConnectionFactory.java
|
| diff --git a/talk/app/webrtc/java/src/org/webrtc/PeerConnectionFactory.java b/talk/app/webrtc/java/src/org/webrtc/PeerConnectionFactory.java
|
| index 6ee062b14d401656a167c62b7a9a80f456a12e39..e6b320562745438630fb5e03a6bfcb0e783702f2 100644
|
| --- a/talk/app/webrtc/java/src/org/webrtc/PeerConnectionFactory.java
|
| +++ b/talk/app/webrtc/java/src/org/webrtc/PeerConnectionFactory.java
|
| @@ -176,18 +176,12 @@ public class PeerConnectionFactory {
|
| nativeSetOptions(nativeFactory, options);
|
| }
|
|
|
| - @Deprecated
|
| - public void setVideoHwAccelerationOptions(Object renderEGLContext) {
|
| - nativeSetVideoHwAccelerationOptions(nativeFactory, renderEGLContext, renderEGLContext);
|
| - }
|
| -
|
| /** Set the EGL context used by HW Video encoding and decoding.
|
| *
|
| - *
|
| - * @param localEGLContext An instance of javax.microedition.khronos.egl.EGLContext.
|
| + * @param localEGLContext An instance of EglBase.Context.
|
| * Must be the same as used by VideoCapturerAndroid and any local
|
| * video renderer.
|
| - * @param remoteEGLContext An instance of javax.microedition.khronos.egl.EGLContext.
|
| + * @param remoteEGLContext An instance of EglBase.Context.
|
| * Must be the same as used by any remote video renderer.
|
| */
|
| public void setVideoHwAccelerationOptions(Object localEGLContext, Object remoteEGLContext) {
|
|
|