projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dd6214
)
omx: Return port definition update errors
author
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Thu, 28 Feb 2013 14:37:53 +0000
(15:37 +0100)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Thu, 28 Feb 2013 14:38:28 +0000
(15:38 +0100)
omx/gstomx.c
patch
|
blob
|
history
diff --git
a/omx/gstomx.c
b/omx/gstomx.c
index
7717870
..
c4a9c01
100644
(file)
--- 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) {