gtk4: Remove 'gst' from gtksink debug category name

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1038>
This commit is contained in:
Nirbheek Chauhan 2022-12-28 19:34:33 +05:30 committed by Sebastian Dröge
parent f4cb4b9da6
commit 2045847bd6

View file

@ -37,7 +37,7 @@ use std::sync::atomic::{AtomicBool, Ordering};
static CAT: Lazy<gst::DebugCategory> = Lazy::new(|| {
gst::DebugCategory::new(
"gstgtk4paintablesink",
"gtk4paintablesink",
gst::DebugColorFlags::empty(),
Some("GTK4 Paintable sink"),
)