mirror of
https://github.com/samsonjs/media.git
synced 2026-04-02 10:45:51 +00:00
Unset sample queue index in HlsSampleStream#unbindSampleQueue
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=177950960
This commit is contained in:
parent
aebc7da82b
commit
6606d73b29
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ import java.io.IOException;
|
|||
public void unbindSampleQueue() {
|
||||
if (sampleQueueIndex != C.INDEX_UNSET) {
|
||||
sampleStreamWrapper.unbindSampleQueue(trackGroupIndex);
|
||||
sampleQueueIndex = C.INDEX_UNSET;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue