mirror of
https://github.com/samsonjs/media.git
synced 2026-04-13 12:35:48 +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
|
||||
protected boolean isReady() {
|
||||
return format != null && sourceIsReady;
|
||||
return format != null && (sourceIsReady || outputBuffer != null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in a new issue