mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 02:26:35 +00:00
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: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1025>
This commit is contained in:
parent
155d621262
commit
9ee7118bf6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ use once_cell::sync::Lazy;
|
|||
|
||||
static CAT: Lazy<gst::DebugCategory> = Lazy::new(|| {
|
||||
gst::DebugCategory::new(
|
||||
"gstgtk4paintable",
|
||||
"gtk4paintable",
|
||||
gst::DebugColorFlags::empty(),
|
||||
Some("GTK4 Paintable Sink Paintable"),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue