gstinfo: Add destroy notify arguments to debug stubs

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679535
This commit is contained in:
Sebastian Rasmussen 2012-07-07 01:37:50 +02:00 committed by Tim-Philipp Müller
parent aab5b579a8
commit 73ab9d17e3

View file

@ -1819,7 +1819,8 @@ gst_debug_level_get_name (GstDebugLevel level)
}
void
gst_debug_add_log_function (GstLogFunction func, gpointer data)
gst_debug_add_log_function (GstLogFunction func, gpointer user_data,
GDestroyNotify notify)
{
}