From 4f329b23a5c1e7cce4aae0f8164b65419f669c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 30 May 2009 13:55:24 +0200 Subject: [PATCH] Remove the search_func/user_data parameters to GstIndex::get_assoc_entry They're not used in any Index implementation and we can't use them in C# either. This should work without problems because according to C calling conventions the caller is responsible for preparing the function arguments and cleaning up later. This only means that func and user_data will contain invalid data now. --- gstreamer-sharp/Gstreamer.metadata | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gstreamer-sharp/Gstreamer.metadata b/gstreamer-sharp/Gstreamer.metadata index 55dc9094f8..0e051f64ce 100644 --- a/gstreamer-sharp/Gstreamer.metadata +++ b/gstreamer-sharp/Gstreamer.metadata @@ -432,6 +432,8 @@ gpointer + + Method GstIndexResolverMethod 1