gstfilter.h   gstfilter.h 
skipping to change at line 32 skipping to change at line 32
#include <glib.h> #include <glib.h>
G_BEGIN_DECLS G_BEGIN_DECLS
/** /**
* GstFilterFunc: * GstFilterFunc:
* @obj: the object * @obj: the object
* @user_data: filter data * @user_data: filter data
* *
* Function prototype for a filter callback taht can be use in gst_filter_r un(). * Function prototype for a filter callback that can be use in gst_filter_r un().
* The function should apply its filtering to @obj. Additional data passed to * The function should apply its filtering to @obj. Additional data passed to
* gst_filter_run() are in @data. * gst_filter_run() are in @data.
* *
* Returns: %TRUE for success. * Returns: %TRUE for success.
*/ */
typedef gboolean (*GstFilterFunc) (gpointer obj, gpointer user_data); typedef gboolean (*GstFilterFunc) (gpointer obj, gpointer user_data);
GList* gst_filter_run (const GList *list, GstFilterFunc func, gboolean fir st, gpointer user_data); GList* gst_filter_run (const GList *list, GstFilterFunc func, gboolean fir st, gpointer user_data);
G_END_DECLS G_END_DECLS
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/