summaryrefslogtreecommitdiff
path: root/omx/gstomx.h
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomx.h')
-rw-r--r--omx/gstomx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomx.h b/omx/gstomx.h
index 2e99b40..3337455 100644
--- a/omx/gstomx.h
+++ b/omx/gstomx.h
@@ -268,7 +268,7 @@ GstOMXCore * gst_omx_core_acquire (const gchar * filename);
void gst_omx_core_release (GstOMXCore * core);
-GstOMXComponent * gst_omx_component_new (GstObject * parent, const GstOMXClassData *cdata);
+GstOMXComponent * gst_omx_component_new (GstObject * parent, const gchar *core_name, const gchar *component_name, const gchar * component_role, guint64 hacks);
void gst_omx_component_free (GstOMXComponent * comp);
OMX_ERRORTYPE gst_omx_component_set_state (GstOMXComponent * comp, OMX_STATETYPE state);