fix: Fix NullPointerException
in VideoPipeline.removeRecordingSessionOutputSurface
(#2453)
This commit is contained in:
parent
6d3a3c3c2f
commit
bdbcf05d14
@ -144,7 +144,6 @@ class VideoPipeline(
|
|||||||
frameProcessor = null
|
frameProcessor = null
|
||||||
recordingSession = null
|
recordingSession = null
|
||||||
surfaceTexture.release()
|
surfaceTexture.release()
|
||||||
mHybridData.resetNative()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user