Home
last modified time | relevance | path

Searched refs:gst_debug_remove_log_function (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstinfo.c62 gst_debug_remove_log_function (gst_debug_log_default); in GST_START_TEST()
138 gst_debug_remove_log_function (printf_extension_log_func); in GST_START_TEST()
148 gst_debug_remove_log_function (gst_debug_log_default); in GST_START_TEST()
216 gst_debug_remove_log_function (printf_extension_log_func); in GST_START_TEST()
225 removed = gst_debug_remove_log_function (gst_debug_log_default); in GST_START_TEST()
252 gst_debug_remove_log_function (gst_debug_log_default); in GST_START_TEST()
261 gst_debug_remove_log_function (compare_gst_log_func); in GST_START_TEST()
330 gst_debug_remove_log_function (gst_debug_log_default); in GST_START_TEST()
366 gst_debug_remove_log_function (printf_extension_log_func); in GST_START_TEST()
Dgsttracerrecord.c53 gst_debug_remove_log_function (gst_debug_log_default); in setup()
66 gst_debug_remove_log_function (tracer_log_func); in cleanup()
Dgstmemory.c713 gst_debug_remove_log_function (gst_debug_log_default); in GST_START_TEST()
734 gst_debug_remove_log_function (_custom_log_func); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.h453 guint gst_debug_remove_log_function (GstLogFunction func);
561 #define gst_debug_remove_log_function(func) \ macro
563 gst_debug_remove_log_function(NULL) : \
564 gst_debug_remove_log_function(func)
Dgstinfo.c90 #undef gst_debug_remove_log_function
1558 gst_debug_remove_log_function (GstLogFunction func) in gst_debug_remove_log_function() function
2427 gst_debug_remove_log_function (GstLogFunction func) in gst_debug_remove_log_function() function
3515 gst_debug_remove_log_function (gst_ring_buffer_logger_log); in gst_debug_remove_ring_buffer_logger()
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c809 gst_debug_remove_log_function (gst_debug_log_default); in test_base()
/third_party/gstreamer/gstreamer/
DChangeLog21295 g-i: info: allow passing NULL to gst_debug_remove_log_function()
33725 gst_debug_remove_log_function() and re-add the handler with the new log-target
105736 (gst_debug_remove_log_function), (_gst_debug_nameof_funcptr):