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.
This commit is contained in:
Wim Taymans 2001-10-22 13:37:50 +00:00
parent 55515f8433
commit eb2791d210
2 changed files with 2 additions and 2 deletions

View file

@ -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,
&region);
// if we found an exact match, subbuffer it

View file

@ -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,
&region);
// if we found an exact match, subbuffer it