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

Unified Diff: webrtc/api/android/java/src/org/webrtc/CameraVideoCapturer.java

Issue 2331343010: Events refactor in Android session based capturing. (Closed)
Patch Set: Remove CameraSession parameter from onCameraOpening. Created 4 years, 3 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
« no previous file with comments | « webrtc/api/android/java/src/org/webrtc/CameraSession.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/android/java/src/org/webrtc/CameraVideoCapturer.java
diff --git a/webrtc/api/android/java/src/org/webrtc/CameraVideoCapturer.java b/webrtc/api/android/java/src/org/webrtc/CameraVideoCapturer.java
index 43513055fae7cffee915da11941e0bdf03202e3d..a53935621ffa02129cb46077682a664d5f4b22e9 100644
--- a/webrtc/api/android/java/src/org/webrtc/CameraVideoCapturer.java
+++ b/webrtc/api/android/java/src/org/webrtc/CameraVideoCapturer.java
@@ -121,7 +121,6 @@ public interface CameraVideoCapturer extends VideoCapturer {
}
public void release() {
- checkThread();
surfaceTextureHelper.getHandler().removeCallbacks(cameraObserver);
}
}
« no previous file with comments | « webrtc/api/android/java/src/org/webrtc/CameraSession.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698