mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
gstinfo: Add destroy notify arguments to debug stubs
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679535
This commit is contained in:
parent
aab5b579a8
commit
73ab9d17e3
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue