Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-12-28 21:18:28 +0300
committerNirbheek Chauhan <nirbheek@centricular.com>2022-12-28 21:25:10 +0300
commit9ee7118bf632c700683a5965558dddffad4b2ed0 (patch)
tree9b61d45eeb13cf40ffcdc9cadbf3dbdb46b2f1ef /video
parent155d62126296a5559eb2cc2a70dc4f251f8ad596 (diff)
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>
Diffstat (limited to 'video')
-rw-r--r--video/gtk4/src/sink/paintable/imp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/gtk4/src/sink/paintable/imp.rs b/video/gtk4/src/sink/paintable/imp.rs
index 8c554a26..2b83e26f 100644
--- a/video/gtk4/src/sink/paintable/imp.rs
+++ b/video/gtk4/src/sink/paintable/imp.rs
@@ -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"),
)