| Index: webrtc/api/java/src/org/webrtc/VideoRenderer.java
|
| diff --git a/webrtc/api/java/src/org/webrtc/VideoRenderer.java b/webrtc/api/java/src/org/webrtc/VideoRenderer.java
|
| index e33a6abe8f84c43dda9ab3a363fee90a2febcf34..1b40b3a586cd4e3a756443a16fa015592ed0f37c 100644
|
| --- a/webrtc/api/java/src/org/webrtc/VideoRenderer.java
|
| +++ b/webrtc/api/java/src/org/webrtc/VideoRenderer.java
|
| @@ -13,7 +13,7 @@ package org.webrtc;
|
| import java.nio.ByteBuffer;
|
|
|
| /**
|
| - * Java version of VideoRendererInterface. In addition to allowing clients to
|
| + * Java version of VideoSinkInterface. In addition to allowing clients to
|
| * define their own rendering behavior (by passing in a Callbacks object), this
|
| * class also provides a createGui() method for creating a GUI-rendering window
|
| * on various platforms.
|
| @@ -106,7 +106,7 @@ public class VideoRenderer {
|
| public static native void nativeCopyPlane(ByteBuffer src, int width,
|
| int height, int srcStride, ByteBuffer dst, int dstStride);
|
|
|
| - /** The real meat of VideoRendererInterface. */
|
| + /** The real meat of VideoSinkInterface. */
|
| public static interface Callbacks {
|
| // |frame| might have pending rotation and implementation of Callbacks
|
| // should handle that by applying rotation during rendering. The callee
|
|
|