Function gstreamer::debug_get_stack_trace[][src]

pub fn debug_get_stack_trace(
    flags: StackTraceFlags
) -> Result<GString, BoolError>
This is supported on crate feature v1_12 only.
Expand description

flags

A set of StackTraceFlags to determine how the stack trace should look like. Pass GST_STACK_TRACE_SHOW_NONE to retrieve a minimal backtrace.

Returns

a stack trace, if libunwind or glibc backtrace are present, else None.