diff --git a/video/gtk4/src/sink/paintable/imp.rs b/video/gtk4/src/sink/paintable/imp.rs index 8c554a26..2b83e26f 100644 --- a/video/gtk4/src/sink/paintable/imp.rs +++ b/video/gtk4/src/sink/paintable/imp.rs @@ -22,7 +22,7 @@ use once_cell::sync::Lazy; static CAT: Lazy = Lazy::new(|| { gst::DebugCategory::new( - "gstgtk4paintable", + "gtk4paintable", gst::DebugColorFlags::empty(), Some("GTK4 Paintable Sink Paintable"), )