Commit 80d69992 by Oliver Woodman

If we have an output buffer, we're ready.

parent c92bc3e6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment