mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 22:48:49 +00:00
Fix broken build due to syntax error
Problem was introduced by 8716c23e2b
This commit is contained in:
parent
8716c23e2b
commit
7925355d72
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue