diff --git a/gstreamer/src/log.rs b/gstreamer/src/log.rs index a4bb96982..c3c1b7441 100644 --- a/gstreamer/src/log.rs +++ b/gstreamer/src/log.rs @@ -1065,6 +1065,7 @@ macro_rules! log_with_level( }}; ); +#[derive(Debug)] pub struct DebugCategoryLogger(DebugCategory); impl DebugCategoryLogger {