Adds a memory ringbuffer based debug logger that stores up to
max_size_per_thread bytes of logs per thread and times out threads after
thread_timeout seconds of inactivity.
Logs can be fetched with gst_debug_ring_buffer_logger_get_logs() and the
logger can be removed again with gst_debug_remove_ring_buffer_logger().
Only one logger at a time is possible.
Adds a memory ringbuffer based debug logger that stores up to
max_size_per_threadbytes of logs per thread and times out threads afterthread_timeoutseconds of inactivity.Logs can be fetched with
gst_debug_ring_buffer_logger_get_logs()and the logger can be removed again withgst_debug_remove_ring_buffer_logger(). Only one logger at a time is possible.