From ad0dd860c9145cdcc9bab2887e3da332bccce894 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Mon, 17 Jul 2017 21:03:11 +0300 Subject: debug: Add a memory ringbuffer based debug logger This stores debug logs in memory per thread and uses up to a configurable amount of bytes per thread for the logs. Inactive threads are timed out after a configurable amount of time. https://bugzilla.gnome.org/show_bug.cgi?id=785035 --- win32/common/libgstreamer.def | 3 +++ 1 file changed, 3 insertions(+) (limited to 'win32/common') diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 9578c4fd5..9d477efb4 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -397,6 +397,7 @@ EXPORTS gst_date_time_to_iso8601_string gst_date_time_unref gst_debug_add_log_function + gst_debug_add_ring_buffer_logger gst_debug_bin_to_dot_data gst_debug_bin_to_dot_file gst_debug_bin_to_dot_file_with_ts @@ -427,6 +428,8 @@ EXPORTS gst_debug_print_stack_trace gst_debug_remove_log_function gst_debug_remove_log_function_by_data + gst_debug_remove_ring_buffer_logger + gst_debug_ring_buffer_logger_get_logs gst_debug_set_active gst_debug_set_color_mode gst_debug_set_color_mode_from_string -- cgit v1.2.3