Home
last modified time | relevance | path

Searched refs:GstLogFunction (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstinfo.h348 typedef void (*GstLogFunction) (GstDebugCategory * category, typedef
449 void gst_debug_add_log_function (GstLogFunction func,
453 guint gst_debug_remove_log_function (GstLogFunction func);
Dgstinfo.c313 GstLogFunction func;
1466 gst_debug_add_log_function (GstLogFunction func, gpointer user_data, in gst_debug_add_log_function()
1558 gst_debug_remove_log_function (GstLogFunction func) in gst_debug_remove_log_function()
2419 gst_debug_add_log_function (GstLogFunction func, gpointer user_data, in gst_debug_add_log_function()
2427 gst_debug_remove_log_function (GstLogFunction func) in gst_debug_remove_log_function()
/third_party/gstreamer/gstreamer/
DChangeLog7027 The argument must be at least a GObject according to the GstLogFunction
97574 * gst/gstinfo.h: (GstLogFunction):