typefind: fix prototype of helper_find_suggest

The proto for helper_find_suggest has a different argument than the actual
function in the same file has.  This causes the Sun Studio compiler to fail.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676624
This commit is contained in:
Brian Cameron 2012-05-24 11:02:53 +02:00 committed by Wim Taymans
parent cffb31238a
commit 30c6d0cc35

View file

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