mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Pass CapturingDecoderFactory to AssetLoader
Otherwise, the decoders are not captured. It works at the moment for the video decoder because decoding is still done on the sample pipeline but it will moved to the AssetLoader soon. PiperOrigin-RevId: 495275575
This commit is contained in:
parent
c9e87f0503
commit
21ae403049
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
|||
.setRemoveVideo(removeVideo)
|
||||
.setFlattenVideoForSlowMotion(transformationRequest.flattenForSlowMotion)
|
||||
.setMediaSourceFactory(mediaSourceFactory)
|
||||
.setDecoderFactory(decoderFactory)
|
||||
.setDecoderFactory(this.decoderFactory)
|
||||
.setLooper(internalLooper)
|
||||
.setListener(componentListener)
|
||||
.setClock(clock)
|
||||
|
|
|
|||
Loading…
Reference in a new issue