diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-02-28 15:48:53 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-02-28 15:49:14 +0100 |
commit | aeec430261d7c58bf1433360dc7a1ac12760934a (patch) | |
tree | f34f9d39380539a1a70c79ea12a33b198a15d77e /omx/gstomx.h | |
parent | dc0385d7629f4358388512cc4e6f0a6fce0e8386 (diff) | |
download | gst-omx-aeec430261d7c58bf1433360dc7a1ac12760934a.tar.gz |
omx: Return the OMX_ERRORTYPE from gst_omx_port_update_port_definition
Diffstat (limited to 'omx/gstomx.h')
-rw-r--r-- | omx/gstomx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomx.h b/omx/gstomx.h index 5a572e4..b040cb4 100644 --- a/omx/gstomx.h +++ b/omx/gstomx.h @@ -297,7 +297,7 @@ OMX_ERRORTYPE gst_omx_component_close_tunnel (GstOMXComponent * comp1, GstOM void gst_omx_port_get_port_definition (GstOMXPort * port, OMX_PARAM_PORTDEFINITIONTYPE * port_def); -gboolean gst_omx_port_update_port_definition (GstOMXPort *port, OMX_PARAM_PORTDEFINITIONTYPE *port_definition); +OMX_ERRORTYPE gst_omx_port_update_port_definition (GstOMXPort *port, OMX_PARAM_PORTDEFINITIONTYPE *port_definition); GstOMXAcquireBufferReturn gst_omx_port_acquire_buffer (GstOMXPort *port, GstOMXBuffer **buf); OMX_ERRORTYPE gst_omx_port_release_buffer (GstOMXPort *port, GstOMXBuffer *buf); |