gstinfo: Add destroy notify arguments to debug stubs
authorSebastian Rasmussen <sebrn@axis.com>
Fri, 6 Jul 2012 23:37:50 +0000 (01:37 +0200)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 7 Jul 2012 12:39:25 +0000 (13:39 +0100)
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679535

gst/gstinfo.c

index 67086fc..5f76cf5 100644 (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)
 {
 }