Searched refs:gst_debug_log_default (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstinfo.c | 52 gst_debug_log_default (category, level, file, function, line, object, in printf_extension_log_func() 62 gst_debug_remove_log_function (gst_debug_log_default); in GST_START_TEST() 137 gst_debug_add_log_function (gst_debug_log_default, NULL, NULL); in GST_START_TEST() 148 gst_debug_remove_log_function (gst_debug_log_default); in GST_START_TEST() 215 gst_debug_add_log_function (gst_debug_log_default, NULL, NULL); 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() 260 gst_debug_add_log_function (gst_debug_log_default, NULL, NULL); in GST_START_TEST() 330 gst_debug_remove_log_function (gst_debug_log_default); in GST_START_TEST() 365 gst_debug_add_log_function (gst_debug_log_default, NULL, NULL); in GST_START_TEST()
|
D | gsttracerrecord.c | 53 gst_debug_remove_log_function (gst_debug_log_default); in setup() 65 gst_debug_add_log_function (gst_debug_log_default, NULL, NULL); in cleanup()
|
D | gstmemory.c | 713 gst_debug_remove_log_function (gst_debug_log_default); 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.c | 384 gst_debug_add_log_function (gst_debug_log_default, log_file, NULL); in _priv_gst_debug_init() 1318 gst_debug_log_default (GstDebugCategory * category, GstDebugLevel level, in gst_debug_log_default() function 1473 func = gst_debug_log_default; in gst_debug_add_log_function() 1563 func = gst_debug_log_default; in gst_debug_remove_log_function() 1575 if (func == gst_debug_log_default) { in gst_debug_remove_log_function() 2406 gst_debug_log_default (GstDebugCategory * category, GstDebugLevel level, in gst_debug_log_default() function
|
D | gstinfo.h | 436 void gst_debug_log_default (GstDebugCategory * category, 554 if ((func) == (void *) gst_debug_log_default) { \ 562 ((func) == (void *) gst_debug_log_default) ? \
|
/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() 809 gst_debug_remove_log_function (gst_debug_log_default); in test_base()
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | ChangeLog-0.8 | 21 * gst/gstinfo.c: (_gst_debug_init), (gst_debug_log_default): 2912 * gst/gstinfo.c: (gst_debug_log_default): 3756 * gst/gstinfo.c: (gst_debug_log_default): 7561 (gst_debug_log_default), (_gst_info_printf_extension), 8337 (gst_debug_message_get), (gst_debug_log_default):
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 12135 that happens we end up in gst_debug_log_default() again recursively and 70906 info: make adding/removing of gst_debug_log_default() work properly 70907 Make adding/removing gst_debug_log_default() work reliably in all 94621 * gst/gstinfo.c: (gst_debug_log_default): 98116 (gst_debug_log_default): 106944 * gst/gstinfo.c: (gst_debug_log_default): 123449 * gst/gstinfo.c: (gst_debug_log_default):
|