Skip to content

Commit

Permalink
[PBE-0] use DefaultBlacklistedVideoDecoderFactory (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanat authored Oct 21, 2024
1 parent 0bb3218 commit 275cbfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 138 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import io.getstream.video.android.core.model.StreamPeerType
import kotlinx.coroutines.CoroutineScope
import org.webrtc.AudioSource
import org.webrtc.AudioTrack
import org.webrtc.BlacklistAwareVideoDecoderFactory
import org.webrtc.DefaultBlacklistedVideoDecoderFactory
import org.webrtc.EglBase
import org.webrtc.Logging
import org.webrtc.ManagedAudioProcessingFactory
Expand Down Expand Up @@ -101,7 +101,7 @@ public class StreamPeerConnectionFactory(
* Default video decoder factory used to unpack video from the remote tracks.
*/
private val videoDecoderFactory by lazy {
BlacklistAwareVideoDecoderFactory(eglBase.eglBaseContext)
DefaultBlacklistedVideoDecoderFactory(eglBase.eglBaseContext)
}

/**
Expand Down

This file was deleted.

0 comments on commit 275cbfb

Please sign in to comment.