From dc0385d7629f4358388512cc4e6f0a6fce0e8386 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 28 Feb 2013 15:37:53 +0100 Subject: [PATCH] omx: Return port definition update errors --- omx/gstomx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omx/gstomx.c b/omx/gstomx.c index 7717870..c4a9c01 100644 --- a/omx/gstomx.c +++ b/omx/gstomx.c @@ -1604,7 +1604,7 @@ gst_omx_port_allocate_buffers_unlocked (GstOMXPort * port, if (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) { -- 2.7.4