Correctly check for flushing

This commit is contained in:
Sebastian Dröge 2012-09-07 13:42:45 +02:00
parent 6a48db3d0f
commit 3be4965d00

View file

@ -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;