summaryrefslogtreecommitdiff
path: root/omx/gstomx.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-02-12 11:49:21 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-02-12 11:49:21 +0100
commit219a93bbaf944f484768f1ca1db949274aad3bbd (patch)
tree6f7d788dcb10c81f2622a3385485c5d3d50e3d3a /omx/gstomx.h
parent4399c0b96b3d5871faedde0e96d59d8a4378b260 (diff)
downloadgst-omx-219a93bbaf944f484768f1ca1db949274aad3bbd.tar.gz
omx: Some minor refactoring and cleanup
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);