mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-15 14:52:04 +00:00
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:
parent
f4cb4b9da6
commit
2045847bd6
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue