mirror of
https://github.com/androidx/media.git
synced 2025-05-05 22:50:57 +08:00

Sending MESSAGE_PREPARE_SOURCE should happen last in the constructor. It was previously happening before initialization finished (and in particular before pendingMediaPeriods was instantiated). Issue: #6146 PiperOrigin-RevId: 257158275