mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix build.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123958609
This commit is contained in:
parent
7ef028c67b
commit
443a656ada
1 changed files with 0 additions and 1 deletions
|
|
@ -169,7 +169,6 @@ public class ChunkTrackStream<T extends ChunkSource> implements TrackStream,
|
||||||
* This method should be called when the stream is no longer required.
|
* This method should be called when the stream is no longer required.
|
||||||
*/
|
*/
|
||||||
public void release() {
|
public void release() {
|
||||||
released = true;
|
|
||||||
chunkSource.release();
|
chunkSource.release();
|
||||||
sampleQueue.disable();
|
sampleQueue.disable();
|
||||||
loadControl.unregister(this);
|
loadControl.unregister(this);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue