From eb2791d210fc58768a23de9f609e707d5fe88c6e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 22 Oct 2001 13:37:50 +0000 Subject: [PATCH] GSearchFunc seems to be glib1.2 only so it was replaced with Original commit message from CVS: GSearchFunc seems to be glib1.2 only so it was replaced with GCompareFunc again. --- gst/elements/gstfilesrc.c | 2 +- plugins/elements/gstfilesrc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/elements/gstfilesrc.c b/gst/elements/gstfilesrc.c index d26190e..a1b8dd5 100644 --- a/gst/elements/gstfilesrc.c +++ b/gst/elements/gstfilesrc.c @@ -537,7 +537,7 @@ gst_filesrc_get (GstPad *pad) region.offset = src->curoffset; region.size = readsize; map = g_tree_search (src->map_regions, - (GSearchFunc) gst_filesrc_search_region_match, + (GCompareFunc) gst_filesrc_search_region_match, ®ion); // if we found an exact match, subbuffer it diff --git a/plugins/elements/gstfilesrc.c b/plugins/elements/gstfilesrc.c index d26190e..a1b8dd5 100644 --- a/plugins/elements/gstfilesrc.c +++ b/plugins/elements/gstfilesrc.c @@ -537,7 +537,7 @@ gst_filesrc_get (GstPad *pad) region.offset = src->curoffset; region.size = readsize; map = g_tree_search (src->map_regions, - (GSearchFunc) gst_filesrc_search_region_match, + (GCompareFunc) gst_filesrc_search_region_match, ®ion); // if we found an exact match, subbuffer it -- 2.7.4