Searched refs:gst_debug_add_log_function (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstinfo.c | 63 gst_debug_add_log_function (printf_extension_log_func, NULL, NULL); in GST_START_TEST() 137 gst_debug_add_log_function (gst_debug_log_default, NULL, NULL); in GST_START_TEST() 149 gst_debug_add_log_function (printf_extension_log_func, NULL, NULL); in GST_START_TEST() 215 gst_debug_add_log_function (gst_debug_log_default, NULL, NULL); in GST_START_TEST() 253 gst_debug_add_log_function (compare_gst_log_func, NULL, NULL); in GST_START_TEST() 260 gst_debug_add_log_function (gst_debug_log_default, NULL, NULL); in GST_START_TEST() 331 gst_debug_add_log_function (printf_extension_log_func, NULL, NULL); in GST_START_TEST() 365 gst_debug_add_log_function (gst_debug_log_default, NULL, NULL); in GST_START_TEST()
|
D | gsttracerrecord.c | 54 gst_debug_add_log_function (tracer_log_func, NULL, NULL); in setup() 65 gst_debug_add_log_function (gst_debug_log_default, NULL, NULL); in cleanup()
|
D | gstmemory.c | 714 gst_debug_add_log_function (_custom_log_func, NULL, NULL); in GST_START_TEST() 733 gst_debug_add_log_function (gst_debug_log_default, NULL, NULL); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstinfo.h | 449 void gst_debug_add_log_function (GstLogFunction func, 552 #define gst_debug_add_log_function(func,data,notify) \ macro 555 gst_debug_add_log_function(NULL,data,notify); \ 557 gst_debug_add_log_function(func,data,notify); \ 1519 #define gst_debug_add_log_function(func,data,notify) G_STMT_START{ }G_STMT_END macro
|
D | gstinfo.c | 91 #undef gst_debug_add_log_function 384 gst_debug_add_log_function (gst_debug_log_default, log_file, NULL); in _priv_gst_debug_init() 1466 gst_debug_add_log_function (GstLogFunction func, gpointer user_data, in gst_debug_add_log_function() function 2419 gst_debug_add_log_function (GstLogFunction func, gpointer user_data, in gst_debug_add_log_function() function 3499 gst_debug_add_log_function (gst_ring_buffer_logger_log, logger, in gst_debug_add_ring_buffer_logger()
|
/third_party/gstreamer/gstreamer/tests/check/ |
D | gstreamer.supp | 4035 fun:gst_debug_add_log_function 4044 fun:gst_debug_add_log_function
|
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/ |
D | ipcpipeline.c | 224 gst_debug_add_log_function (gst_debug_log_default, f, NULL); in setup_log()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 33726 using gst_debug_add_log_function (). 44972 info: Don't use GST_DEBUG() in gst_debug_add_log_function() and related functions unconditionally 49250 info: add destroy notify to gst_debug_add_log_function() 66194 The refactoring of gst_debug_add_log_function() now causes build failure when 107262 valgrinded at the moment because of leaks in gst_debug_add_log_function).
|