mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
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:
parent
bb14800ba6
commit
1e30725331
1 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,7 @@
|
||||||
/* ********************** typefinding in pull mode ************************ */
|
/* ********************** typefinding in pull mode ************************ */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
helper_find_suggest (gpointer data, GstTypeFindProbability probability,
|
helper_find_suggest (gpointer data, guint probability, GstCaps * caps);
|
||||||
GstCaps * caps);
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue