Fix broken build due to syntax error
Problem was introduced by 8716c23e2b0553db2982eb84c437f493c974385e
This commit is contained in:
parent
8716c23e2b
commit
7925355d72
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user