From 9ee7118bf632c700683a5965558dddffad4b2ed0 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 28 Dec 2022 23:48:28 +0530 Subject: [PATCH] gtk4: Remove 'gst' prefix from another debug category Missed it last time. Caught all of them this time. Continuation from: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1029 Part-of: --- video/gtk4/src/sink/paintable/imp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), )