summaryrefslogtreecommitdiff
path: root/omx/gstomx.h
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2019-03-26 12:26:03 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2019-04-25 09:09:42 +0530
commitfbe0d07068d018a3c10db36a7c712b702cc92d77 (patch)
treed526b2c2d654c2cf0a43a8bb15adb60a054a8724 /omx/gstomx.h
parent783e58fc48d9556d6b9a31be1b2009f230640de4 (diff)
downloadgst-omx-fbe0d07068d018a3c10db36a7c712b702cc92d77.tar.gz
gstomx: remove gst_omx_buffer_set_omx_buf/get_omx_buf
They are no longer used anywhere
Diffstat (limited to 'omx/gstomx.h')
-rw-r--r--omx/gstomx.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/omx/gstomx.h b/omx/gstomx.h
index 4b61343..8ffef39 100644
--- a/omx/gstomx.h
+++ b/omx/gstomx.h
@@ -483,9 +483,6 @@ gboolean gst_omx_buffer_import_fd (GstOMXBuffer * buffer, GstBuffer * i
void gst_omx_set_default_role (GstOMXClassData *class_data, const gchar *default_role);
-void gst_omx_buffer_set_omx_buf (GstBuffer * buffer, GstOMXBuffer * omx_buf);
-GstOMXBuffer * gst_omx_buffer_get_omx_buf (GstBuffer * buffer);
-
/* refered by plugin_init */
GST_DEBUG_CATEGORY_EXTERN (gst_omx_video_debug_category);