VideoCapturerAndroid: Remove deprecated create function with egl context argument
R=glaznev@webrtc.org, perkj@webrtc.org Review URL: https://codereview.webrtc.org/1900413002 . Cr-Commit-Position: refs/heads/master@{#12587}
This commit is contained in:
@ -187,12 +187,6 @@ public class VideoCapturerAndroid implements
|
||||
return VideoCapturerAndroid.create(name, eventsHandler, false /* captureToTexture */);
|
||||
}
|
||||
|
||||
// Deprecated. Use create() function below instead.
|
||||
public static VideoCapturerAndroid create(String name,
|
||||
CameraEventsHandler eventsHandler, EglBase.Context sharedEglContext) {
|
||||
return create(name, eventsHandler, (sharedEglContext != null) /* captureToTexture */);
|
||||
}
|
||||
|
||||
public static VideoCapturerAndroid create(String name,
|
||||
CameraEventsHandler eventsHandler, boolean captureToTexture) {
|
||||
final int cameraId = lookupDeviceName(name);
|
||||
|
||||
Reference in New Issue
Block a user