Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(690)

Unified Diff: webrtc/sdk/android/src/jni/wrapped_native_i420_buffer.h

Issue 3002553002: Add support for adding VideoSinks to VideoTracks. (Closed)
Patch Set: Add documentation, fix bug. Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/sdk/android/src/jni/wrapped_native_i420_buffer.h
diff --git a/webrtc/sdk/android/src/jni/wrapped_native_i420_buffer.h b/webrtc/sdk/android/src/jni/wrapped_native_i420_buffer.h
index e5ae137cd99576629df911a6f655ca377ca3c843..3eaedd6b05fdff7838c99572965448a0e3b825ca 100644
--- a/webrtc/sdk/android/src/jni/wrapped_native_i420_buffer.h
+++ b/webrtc/sdk/android/src/jni/wrapped_native_i420_buffer.h
@@ -20,6 +20,7 @@ namespace webrtc_jni {
// This function wraps the C++ I420 buffer and returns a Java
// VideoFrame.I420Buffer as a jobject.
jobject WrapI420Buffer(
+ JNIEnv* jni,
const rtc::scoped_refptr<webrtc::I420BufferInterface>& i420_buffer);
} // namespace webrtc_jni
« no previous file with comments | « webrtc/sdk/android/src/jni/videotrack_jni.cc ('k') | webrtc/sdk/android/src/jni/wrapped_native_i420_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698