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:
@ -488,7 +488,7 @@ public class PeerConnectionClient {
|
||||
}
|
||||
Log.d(TAG, "Opening camera: " + cameraDeviceName);
|
||||
videoCapturer = VideoCapturerAndroid.create(cameraDeviceName, null,
|
||||
peerConnectionParameters.captureToTexture ? renderEGLContext : null);
|
||||
peerConnectionParameters.captureToTexture);
|
||||
if (videoCapturer == null) {
|
||||
reportError("Failed to open camera");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user