Correctly check for flushing
This commit is contained in:
parent
6a48db3d0f
commit
3be4965d00
@ -691,7 +691,7 @@ retry:
|
||||
}
|
||||
case INFO_TRY_AGAIN_LATER:
|
||||
GST_DEBUG_OBJECT (self, "Dequeueing output buffer timed out");
|
||||
if (!self->flushing)
|
||||
if (self->flushing)
|
||||
goto flushing;
|
||||
else
|
||||
goto retry;
|
||||
|
Loading…
x
Reference in New Issue
Block a user