Debug: add dotfile debug

Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
Vasiliy Doylov 2025-06-21 04:55:26 +03:00
parent b0793933aa
commit 4c67b560f2
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582

View file

@ -102,6 +102,7 @@ public class EyeNeko.Gstreamer : Object {
var location = Path.build_filename (dir.get_path (), filename);
message ("Capturing %s", location);
camerabin.set_property ("location", location);
Gst.Debug.bin_to_dot_file (camerabin, Gst.DebugGraphDetails.ALL, current_camera.device.display_name);
Signal.emit_by_name (camerabin, "start-capture");
}