summaryrefslogtreecommitdiff
path: root/omx/gstomx.c
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomx.c')
-rw-r--r--omx/gstomx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/omx/gstomx.c b/omx/gstomx.c
index 14025fa..3ac1ebb 100644
--- a/omx/gstomx.c
+++ b/omx/gstomx.c
@@ -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.
*