Skip to content

Commit 7ecfe81

Browse files
committed
fix(core): camera: in settings, make the coroutine scope not accessible
1 parent 5b80844 commit 7ecfe81

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/io/github/thibaultbee/streampack/core/elements/sources/video/camera

1 file changed

+1
-1
lines changed

core/src/main/java/io/github/thibaultbee/streampack/core/elements/sources/video/camera/CameraSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ import java.util.concurrent.atomic.AtomicLong
8585
* @param characteristics Camera characteristics of the current camera.
8686
*/
8787
class CameraSettings internal constructor(
88-
val coroutineScope: CoroutineScope,
88+
coroutineScope: CoroutineScope,
8989
val characteristics: CameraCharacteristics,
9090
private val cameraController: CameraController
9191
) {

0 commit comments

Comments
 (0)