gtk4: Remove 'gst' from gtksink debug category name

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1029>
This commit is contained in:
Nirbheek Chauhan 2022-12-28 19:34:33 +05:30
parent 9fa838e366
commit ae9ac872c0

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"),
)