summaryrefslogtreecommitdiff
path: root/gst/gstinfo.c
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebrn@axis.com>2012-07-07 01:37:50 +0200
committerTim-Philipp Müller <tim@centricular.net>2012-07-07 13:39:25 +0100
commit73ab9d17e376ef276e286883631051e33dd3458b (patch)
treeecc28d99b839d142c67687eb5a4bbf08fdc78bd8 /gst/gstinfo.c
parentaab5b579a85be5e0f0220fe2171d544d59ba88a9 (diff)
downloadgstreamer-73ab9d17e376ef276e286883631051e33dd3458b.tar.gz
gstinfo: Add destroy notify arguments to debug stubs
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679535
Diffstat (limited to 'gst/gstinfo.c')
-rw-r--r--gst/gstinfo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/gstinfo.c b/gst/gstinfo.c
index 67086fcae5..5f76cf51c4 100644
--- a/gst/gstinfo.c
+++ b/gst/gstinfo.c
@@ -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)
{
}