aboutsummaryrefslogtreecommitdiff
path: root/gst/gsttypefind.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gsttypefind.h')
-rw-r--r--gst/gsttypefind.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/gsttypefind.h b/gst/gsttypefind.h
index 27c7e32..9e66b6d 100644
--- a/gst/gsttypefind.h
+++ b/gst/gsttypefind.h
@@ -80,7 +80,7 @@ struct _GstTypeFind {
void (* suggest) (gpointer data,
guint probability,
- const GstCaps * caps);
+ GstCaps *caps);
gpointer data;
@@ -100,7 +100,7 @@ const guint8 * gst_type_find_peek (GstTypeFind * find,
void gst_type_find_suggest (GstTypeFind * find,
guint probability,
- const GstCaps * caps);
+ GstCaps * caps);
void gst_type_find_suggest_simple (GstTypeFind * find,
guint probability,
@@ -114,8 +114,8 @@ gboolean gst_type_find_register (GstPlugin * plugin,
const gchar * name,
guint rank,
GstTypeFindFunction func,
- gchar ** extensions,
- const GstCaps * possible_caps,
+ const gchar * extensions,
+ GstCaps * possible_caps,
gpointer data,
GDestroyNotify data_notify);