mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-11 08:52:39 +00:00
omx: Return port definition update errors
This commit is contained in:
parent
1dd6214f44
commit
dc0385d762
1 changed files with 1 additions and 1 deletions
|
@ -1604,7 +1604,7 @@ gst_omx_port_allocate_buffers_unlocked (GstOMXPort * port,
|
||||||
|
|
||||||
if (port->port_def.nBufferCountActual != n) {
|
if (port->port_def.nBufferCountActual != n) {
|
||||||
port->port_def.nBufferCountActual = n;
|
port->port_def.nBufferCountActual = n;
|
||||||
gst_omx_port_update_port_definition (port, &port->port_def);
|
err = gst_omx_port_update_port_definition (port, &port->port_def);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (err != OMX_ErrorNone) {
|
if (err != OMX_ErrorNone) {
|
||||||
|
|
Loading…
Reference in a new issue