mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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() {
|
public void unbindSampleQueue() {
|
||||||
if (sampleQueueIndex != C.INDEX_UNSET) {
|
if (sampleQueueIndex != C.INDEX_UNSET) {
|
||||||
sampleStreamWrapper.unbindSampleQueue(trackGroupIndex);
|
sampleStreamWrapper.unbindSampleQueue(trackGroupIndex);
|
||||||
|
sampleQueueIndex = C.INDEX_UNSET;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue