Fix broken build due to syntax error

Problem was introduced by 8716c23e2b
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2016-12-14 13:29:08 -08:00
parent 8716c23e2b
commit 7925355d72

View file

@ -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;
}
}