diff --git a/video/gtk4/src/sink/imp.rs b/video/gtk4/src/sink/imp.rs index cc3f1568..158aff37 100644 --- a/video/gtk4/src/sink/imp.rs +++ b/video/gtk4/src/sink/imp.rs @@ -37,7 +37,7 @@ use std::sync::atomic::{AtomicBool, Ordering}; static CAT: Lazy = Lazy::new(|| { gst::DebugCategory::new( - "gstgtk4paintablesink", + "gtk4paintablesink", gst::DebugColorFlags::empty(), Some("GTK4 Paintable sink"), )