typefindhelper: Update prototype of helper_find_suggest()
authorScott D Phillips <scott.d.phillips@intel.com>
Mon, 14 Nov 2016 19:32:51 +0000 (11:32 -0800)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 15 Nov 2016 12:29:36 +0000 (14:29 +0200)
forward declaration prototype is updated to match the change in:

 5a72c23 Change some types to match their prototypes

https://bugzilla.gnome.org/show_bug.cgi?id=774293

libs/gst/base/gsttypefindhelper.c

index b3286c8..8828534 100644 (file)
@@ -43,8 +43,7 @@
 /* ********************** typefinding in pull mode ************************ */
 
 static void
-helper_find_suggest (gpointer data, GstTypeFindProbability probability,
-    GstCaps * caps);
+helper_find_suggest (gpointer data, guint probability, GstCaps * caps);
 
 typedef struct
 {