summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2016-12-14 13:29:08 -0800
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2016-12-14 13:32:16 -0800
commit7925355d72c8d3127fdf05a62fe5f90bb2f9a866 (patch)
treec185b64081bdb1b25fb8dc484c7da056037876e9
parent8716c23e2b0553db2982eb84c437f493c974385e (diff)
downloadgst-omx-7925355d72c8d3127fdf05a62fe5f90bb2f9a866.tar.gz
Fix broken build due to syntax error
Problem was introduced by 8716c23e2b0553db2982eb84c437f493c974385e
-rw-r--r--omx/gstomx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomx.c b/omx/gstomx.c
index 6de1b03..f9b41eb 100644
--- a/omx/gstomx.c
+++ b/omx/gstomx.c
@@ -1343,7 +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
+ port->eos = FALSE;
goto done;
}
}