Skip to content

gst: remove custom logger for critical/warnings/fatals

It's not really needed anymore (only calls out to g_log_default_handler() and interferes with applications using g_log_set_default_handler().

More specifically, this now uses the custom logger implemented by the fuzzers to abort() and actually produce relevant backtraces on GStreamer-CRITICAL's

Merge request reports