[−][src]Function gstreamer::debug_add_log_function
pub fn debug_add_log_function<T>(function: T) -> DebugLogFunction where
T: Fn(DebugCategory, DebugLevel, &str, &str, u32, Option<&Object>, &DebugMessage) + Send + Sync + 'static,