mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
omx: Clarify that loop task is also paused in EOS
This commit is contained in:
parent
e16207f3dd
commit
a5778efe16
3 changed files with 3 additions and 1 deletions
|
@ -513,9 +513,9 @@ eos:
|
|||
flow_ret = GST_FLOW_EOS;
|
||||
}
|
||||
g_mutex_unlock (&self->drain_lock);
|
||||
|
||||
self->downstream_flow_ret = flow_ret;
|
||||
|
||||
/* Here we fallback and pause the task for the EOS case */
|
||||
if (flow_ret != GST_FLOW_OK)
|
||||
goto flow_error;
|
||||
|
||||
|
|
|
@ -1642,6 +1642,7 @@ eos:
|
|||
g_mutex_unlock (&self->drain_lock);
|
||||
self->downstream_flow_ret = flow_ret;
|
||||
|
||||
/* Here we fallback and pause the task for the EOS case */
|
||||
if (flow_ret != GST_FLOW_OK)
|
||||
goto flow_error;
|
||||
|
||||
|
|
|
@ -909,6 +909,7 @@ eos:
|
|||
g_mutex_unlock (&self->drain_lock);
|
||||
self->downstream_flow_ret = flow_ret;
|
||||
|
||||
/* Here we fallback and pause the task for the EOS case */
|
||||
if (flow_ret != GST_FLOW_OK)
|
||||
goto flow_error;
|
||||
|
||||
|
|
Loading…
Reference in a new issue