mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
omxvideoenec: Don't forget propagate flow return value upstream
This commit is contained in:
parent
c51afe9093
commit
e16207f3dd
1 changed files with 1 additions and 0 deletions
|
@ -907,6 +907,7 @@ eos:
|
|||
flow_ret = GST_FLOW_EOS;
|
||||
}
|
||||
g_mutex_unlock (&self->drain_lock);
|
||||
self->downstream_flow_ret = flow_ret;
|
||||
|
||||
if (flow_ret != GST_FLOW_OK)
|
||||
goto flow_error;
|
||||
|
|
Loading…
Reference in a new issue