Debug: add dotfile debug
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
b0793933aa
commit
4c67b560f2
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue