Skip to content

log: `Log` trait adapter around the GStreamer debug system

Nick Steel requested to merge kingosticks/gstreamer-rs:log-trait-adapter into main

Allows usage of normal log crate macros, and for other crates using those macros to have their log messages go to the GStreamer debug logs.

This implementation is based on the one found in Servo.

Fixes #187 (closed)

Merge request reports