mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-27 15:34:49 +00:00
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:
parent
5d5fbcd8f6
commit
8716c23e2b
1 changed files with 2 additions and 1 deletions
|
@ -1343,6 +1343,7 @@ 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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue