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 17:04:33 +0300
committerNirbheek Chauhan <nirbheek@centricular.com>2022-12-28 17:08:57 +0300
commitae9ac872c0ff542559228d48fb13a00c1be7764f (patch)
treeabf7f2e81a0af11bb8311b86a80b043da4741fc1 /video
parent9fa838e366c97b556ca1e010dfad20e51445ddf2 (diff)
gtk4: Remove 'gst' from gtksink debug category name
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1029>
Diffstat (limited to 'video')
-rw-r--r--video/gtk4/src/sink/imp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/gtk4/src/sink/imp.rs b/video/gtk4/src/sink/imp.rs
index cc3f1568..158aff37 100644
--- a/video/gtk4/src/sink/imp.rs
+++ b/video/gtk4/src/sink/imp.rs
@@ -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"),
)