mirror of
https://github.com/samsonjs/media.git
synced 2026-03-30 10:15:48 +00:00
Reset upstream format when empty track selection happens
PiperOrigin-RevId: 249819080
This commit is contained in:
parent
2e1ea379c3
commit
9b104f6ec0
1 changed files with 1 additions and 0 deletions
|
|
@ -322,6 +322,7 @@ import java.util.Map;
|
|||
if (enabledTrackGroupCount == 0) {
|
||||
chunkSource.reset();
|
||||
downstreamTrackFormat = null;
|
||||
pendingResetUpstreamFormats = true;
|
||||
mediaChunks.clear();
|
||||
if (loader.isLoading()) {
|
||||
if (sampleQueuesBuilt) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue