<div dir="ltr">Hi there,<div><br></div><div>I have a question regarding generating .dot file for my gstreamer pipeline. I am trying to build an application in gst-rust bindings with webrtc and would like to visualize my dynamic pipeline. I've set the appropriate environment variable however, the .dot files are only generated when using the "gst-launch" command from the terminal. I also looked into the documentation for:</div><div><font face="monospace"><br></font></div><div><font face="monospace">"gstreamer::functions::debug_bin_to_dot_file" </font></div><div><font face="monospace"><br></font></div><div>and called the function with the following parameters:</div><div><br></div><div><font face="monospace">gst::debug_bin_to_dot_file(&pipeline, gst::DebugGraphDetails::ALL, "C:/tmp/out.dot")</font></div><div><br></div><div>but after launching the application, no files are generated. </div><div>Any help would be appreciated. </div><div><br></div><div>Thanks,</div><div>Hassan</div></div>