mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-16 21:05:15 +00:00
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:
parent
9fa838e366
commit
ae9ac872c0
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(|| {
|
static CAT: Lazy<gst::DebugCategory> = Lazy::new(|| {
|
||||||
gst::DebugCategory::new(
|
gst::DebugCategory::new(
|
||||||
"gstgtk4paintablesink",
|
"gtk4paintablesink",
|
||||||
gst::DebugColorFlags::empty(),
|
gst::DebugColorFlags::empty(),
|
||||||
Some("GTK4 Paintable sink"),
|
Some("GTK4 Paintable sink"),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue