mirror of https://bitbucket.org/ausocean/av.git
Trying another fix
This commit is contained in:
parent
36dea12e7e
commit
7ad6276189
|
@ -314,7 +314,7 @@ func (r *revid) packClips() {
|
||||||
// Keep clearing output chan until out buffer has some space
|
// Keep clearing output chan until out buffer has some space
|
||||||
for clip, err = r.ringBuffer.Get(); err != nil; {
|
for clip, err = r.ringBuffer.Get(); err != nil; {
|
||||||
r.flushData()
|
r.flushData()
|
||||||
|
r.reboot()
|
||||||
clip, err = r.ringBuffer.Get()
|
clip, err = r.ringBuffer.Get()
|
||||||
}
|
}
|
||||||
r.Log(Debug, "Finally got mem from ringbuffer!")
|
r.Log(Debug, "Finally got mem from ringbuffer!")
|
||||||
|
|
Loading…
Reference in New Issue