mirror of
https://github.com/samsonjs/media.git
synced 2026-04-03 10:55:48 +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
58242e6caf
commit
254842b782
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