Refactor SequenceAssetLoader release
In the past, the SequenceAssetLoader was released in TransformerInternal when the export ended. https://github.com/google/ExoPlayer/commit/782f19edcf9dcc4ecf47dc32776429990c4a928f was made to release the SequenceAssetLoader earlier, when loading ended. This was causing player release timeouts because the last AssetLoader in the sequence was released before the SamplePipelines (see https://github.com/google/ExoPlayer/commit/78669f874309aa1ea9d7679707afde8f747f0c2b for more information). The code that was releasing the SequenceAssetLoader was first commented out because we didn't have an understanding of what was happening. This change removes the early SequenceAssetLoader release all together. It doesn't have any effect as this code was already commented out. PiperOrigin-RevId: 532065673 (cherry picked from commit ff515c1d74339df8dad11ed7b9ea6c571d3c90e9)
Showing
with
10 additions
and
26 deletions
Please
register
or
sign in
to comment