typefindhelper: Update prototype of helper_find_suggest()

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
This commit is contained in:
Scott D Phillips 2016-11-14 11:32:51 -08:00 committed by Sebastian Dröge
parent bb14800ba6
commit 1e30725331

View 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
{