mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
If we have an output buffer, we're ready.
This commit is contained in:
parent
c92bc3e6c2
commit
80d699920c
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ public final class LibvpxVideoTrackRenderer extends SampleSourceTrackRenderer {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected boolean isReady() {
|
protected boolean isReady() {
|
||||||
return format != null && sourceIsReady;
|
return format != null && (sourceIsReady || outputBuffer != null);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue