Prevent early EOS by resetting eos flag once GST_OMX_ACQUIRE_BUFFER_EOS is triggered

https://bugzilla.gnome.org/show_bug.cgi?id=774600
This commit is contained in:
Graham Leggett 2016-12-12 11:12:48 +00:00 committed by Sebastian Dröge
parent 5d5fbcd8f6
commit 8716c23e2b

View file

@ -1343,11 +1343,12 @@ retry:
GST_DEBUG_OBJECT (comp->parent, "Component %s port %d signalled EOS",
comp->name, port->index);
ret = GST_OMX_ACQUIRE_BUFFER_EOS;
port->eos = FALSE
goto done;
}
}
/*
/*
* At this point we have no error or flushing/eos port
* and a properly configured port.
*