From 39e4458967a41b0fd3ee2cc72d785b7d29f9b7c4 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 1 Dec 2025 00:00:28 -0300 Subject: [PATCH] client: webcam fixes on missing glimagesink property --- client/src/output/video.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/src/output/video.rs b/client/src/output/video.rs index 0dc5bac..51f331a 100644 --- a/client/src/output/video.rs +++ b/client/src/output/video.rs @@ -59,9 +59,6 @@ impl MonitorWindow { /* -------- move/resize overlay ---------------------------------- */ if let Some(sink_elem) = pipeline.by_name("sink") { - // give the native window a predictable title for wmctrl/placement - let _ = sink_elem.set_property("window-title", &format!("Lesavka-eye-{id}")); - if let Ok(overlay) = sink_elem.dynamic_cast::() { if let Some(r) = rects.get(id as usize) { // 1. Tell glimagesink how to crop the texture in its own window