summaryrefslogtreecommitdiff
path: root/omx/gstomx.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2018-03-21 12:43:33 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2018-08-30 10:59:30 +0200
commitf0964dfbdb6075cb0281206af7cd4186565c38df (patch)
treed591e2802aaaaff94cd3bdd9468aefb295ecd896 /omx/gstomx.h
parent40ae47df5e6668231ce6d48c8ba83c2eb1790521 (diff)
downloadgst-omx-f0964dfbdb6075cb0281206af7cd4186565c38df.tar.gz
omx: factor out gst_omx_port_set_dmabuf()
No semantic change. I also made the debug message a bit clearer. https://bugzilla.gnome.org/show_bug.cgi?id=796918
Diffstat (limited to 'omx/gstomx.h')
-rw-r--r--omx/gstomx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/omx/gstomx.h b/omx/gstomx.h
index eab7b7d..075cfd6 100644
--- a/omx/gstomx.h
+++ b/omx/gstomx.h
@@ -457,6 +457,8 @@ OMX_ERRORTYPE gst_omx_port_wait_enabled (GstOMXPort * port, GstClockTime tim
gboolean gst_omx_port_is_enabled (GstOMXPort * port);
gboolean gst_omx_port_ensure_buffer_count_actual (GstOMXPort * port, guint extra);
+gboolean gst_omx_port_set_dmabuf (GstOMXPort * port, gboolean dmabuf);
+
/* OMX 1.2.0 dynamic allocation mode */
gboolean gst_omx_is_dynamic_allocation_supported (void);
OMX_ERRORTYPE gst_omx_port_use_dynamic_buffers (GstOMXPort * port);